An Online Community website using Next.js
- Frontend Source Code: https://github.com/VinVaz/makeuplinks_frontend
- Demo Website: ""
- NextJS basics like setting up project, navigating between pages and data fetching
- NextJS advanced topics like dynamic routing, image optimization, SSG and SSR
- MaterialUI framework
- ReactJS including decomposing components, context API and hooks
- Stripe checkout
- Deployment on servers like Vercel and Netlify
$ git clone https://github.com/VinVaz/makeuplinks_frontend
$ cd makeuplinks_frontend
$ npm install
$ npm run dev
$ Open http://localhost:3000