Author: M Abo Bakar Aslam
Create React Application with required Pages
index.css file should be empty. but it can contain import section Tailwind CSS. When you will make file empty, then page.tsx file will contain multiple CSS classes (Tailwind CSS). You can use many classes as you can. The index.css can contain style only for followings.
- body
- root
- theme (dark and light)
- All above should be styled using @apply directive of tailwind css
- Rest of all styling should be in page.tsx
App.css file should be either deleted or empty
All pages should be design by Tailwind CSS.There are follwoing pages.
- Home
- Dashboard
- Login
- Register
- Cart
- Reviews
- Teams OR About page should contain Team section
- Profile
- Dark/Light Mode
- Rest of all pages that you already created till Assignment 3
All pages should be linked with Navbar
Footer should be completed