
Nextjs Meetups
This was a project I started back when I first learned Nextjs which is a React frameworks.
It can display all meetups created with users and it fetches all meetup data from MongoDB and it can
pregenerate static pages.
It has the ability to add a meetup with it's name, address, location, as well as the image url, then it can
be stored at MongoDB and then be dispaled on main screen which is also fetched from MongoDB.
It follows best practices as well as UX and it's got a dynamic page routing which is created via
'getDynamicPaths' which auto generates dynamic pages based on an ID's or Slugs
Technologies:
- - Nextjs
- - CSS
- - MongoDB Atlas