Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 675 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 675 Bytes

MakeupLinks

An Online Community website using Next.js

Skills used in this project

  • 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

Run it Locally

$ git clone https://github.com/VinVaz/makeuplinks_frontend
$ cd makeuplinks_frontend
$ npm install
$ npm run dev
$ Open http://localhost:3000