Skip to content

An e-commerce web application designed for purchasing the latest and most trending outfits.

Notifications You must be signed in to change notification settings

shashankskds/outfitly-frontend

 
 

Repository files navigation


Logo

Outfitly

An e-commerce web application designed for purchasing the latest and most trending outfits.

View Demo . Report Bug . Request Feature

Table Of Contents

About The Project

Test User: ankush@gmail.com
Password: Test123@

Screen Shot

• 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.

Built With

  • React
  • Next JS
  • JavaScript
  • Redux
  • TailwindCSS
  • GraphQL
  • Strapi
  • Postgres

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/pranjulagrawal9/outfitly-frontend.git
  1. Install NPM packages
npm install
  1. Run dev server
npm run dev

Contributing

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.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

An e-commerce web application designed for purchasing the latest and most trending outfits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • CSS 1.0%