7und3dpy / front-react-ecommerce

Home Page:https://front-react-ecommerce.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple eCommerce app

Features

  • Homepage: Introduce users to your e-commerce platform with attractive banners, featured products, and navigation options.
  • Product Page: Display a catalog of products with detailed information, including images, descriptions, and pricing.
  • Cart: Allow users to add products to their cart, view cart contents, and proceed to checkout.
  • User Authentication: Enable users to create accounts, log in, and access personalized features like wishlists and account settings.
  • Wishlist: Allow users to save products they're interested in for future reference.

Technologies Used

  • React: A popular JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for building custom designs quickly.
  • Vite: A modern build tool that serves your code via native ES Module imports during development for faster performance.
  • TypeScript: A statically typed superset of JavaScript that enhances code quality and developer productivity.
  • Redux Toolkit: A simplified state management library for managing application state efficiently.
  • Cypress: A next-generation front-end testing tool designed for the modern web.

Getting Started

  1. Clone this repository to your local machine.
  2. Install dependencies using npm install or yarn install.
  3. Start the development server using npm run dev or yarn dev.
  4. Open your browser and navigate to http://localhost:5173 to view the application.

Acknowledgements

  • Since this is a frontend only project, all the data have been collected from DummyJSON.
  • Special thanks to Tailwind Labs and Redux Toolkit for their amazing tools and documentation.

Happy coding! 🚀

About

https://front-react-ecommerce.vercel.app

License:MIT License


Languages

Language:TypeScript 97.5%Language:JavaScript 1.3%Language:HTML 0.9%Language:CSS 0.3%