This build is for PAPA React challenge hosted by Sonny Sangha. Thanks, Sonny, for this awesome starter and the challenge! You can visit him and give him support for his incredible work at papareact.com.
- NextJS as React framework with server-side rendering
- TailwindCSS for CSS untilities classes for greater convenience for web design
- Fake Store API for product database (rendered with SSR)
- NextAuth for super simple user authentication setup
- React Currency Formatter for better-looking pricing
- React Responsive Carousel for viewport-size responsve carousel that's super easy to configure
- Heroicons for beautiful, lightweight SVG icons
Run commands
-
npm install
-
npm run dev
Run commands
-
npm install --global yarn
-
yarn install
-
yarn run dev