An e-commerce web application designed for purchasing the latest and most trending outfits.
View Demo
.
Report Bug
.
Request Feature
Test User: ankush@gmail.com
Password: Test123@
• Outfitly is an E-Commerce web app where users can buy trending outfits for men, women and kids.
• It is using Next.js on the frontend, utilizing Server Side Rendering, Server Components, built-in Image optimization and file-system based App Router.
• It is completely responsive for all screens from small devices to large monitors powered by Tailwind CSS.
• It is using Strapi headless CMS as a backend, stateless authentication with JWT and Stripe payments integration for processing customer payments.
• Features such as filtering, sorting and pagination on the products page using GraphQL APIs, form handling and validations using Formik and Yup on login page.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/pranjulagrawal9/outfitly-frontend.git
- Install NPM packages
npm install
- Run dev server
npm run dev
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request