Here is an e-Commerce example for a fashion store built with cutting-edge technologies. This is a Next.js project bootstrapped with create-next-app
.
NOTE: This is for academic purposes only. The products listed here are only for the demonstration.
- Reactjs (Nextjs)
- TailwindCss
- Commercejs
- Vercel
-
Fork the repository
-
Clone the repository
git clone https://github.com/LayanJay/Ovix-fashions.git
- Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
-
Do your modifications
-
Stage Changes and commit
git add .
git commit -m "<Commit message>"
- Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
- Make a Pull Request. See the guide for more details Link