Live server: https://foot-finesse-alpha.vercel.app/
Foot Finesse is an online store where customers can easily shop for a variety of quality shoes, compare options, get personalized recommendations, and enjoy a smooth, hassle-free shopping experience on any device. It also has an admin panel where the owner can manage all the necessary things to keep the website updated.
Project features: 1.A User can find shoes according to their preference. They can add shoes they like in the wishlist or cart and buy later while paying securely with stripe JS. They can also compare between two shoes to get the right shoe for them. They can read blogs about shoes, comment on the blogs and also can share their favorite blogs across all the popular social media. They can also contact with the owner of the shop by sending an email.
2.For Admin and moderators they can add shoes, delete shoes and update information about the shoes. Also they can manage blogs in the website if they need to.
First Clone the project on your local machine Then, Install all the packages. Then give all the credentials on your own account in the env file Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.