An open API service indexing awesome lists of open source software.

https://github.com/ertugrulsertaslan/collers-shoes

This project is an e-commerce application aimed at simplifying shoe shopping.
https://github.com/ertugrulsertaslan/collers-shoes

react tailwind-css vite

Last synced: 2 months ago
JSON representation

This project is an e-commerce application aimed at simplifying shoe shopping.

Awesome Lists containing this project

README

        

# Collers Shoes 👟

This project is an e-commerce application aimed at simplifying shoe shopping. Users can browse various shoe models, add them to cart, and complete their purchases.

## Features ✨

- **Product Catalog 📋**: List shoe models in different categories.
- **Search and Filtering 🔍**: Search products by name or filter by category.
- **Cart Management 🛒**: Add products to cart, view cart contents, and update cart items.
- **User Sessions 👤**: Register or log in with existing accounts.
- **Payment Processing 💳**: Complete purchases securely using payment methods.

## Technologies Used 💻

- 💻 [React.js](https://reactjs.org/) - JS library for crafting user interfaces
- 📦 [Vite](https://vitejs.dev/) - Module bundler
- 🎨 [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework

## Install & Build 🔧

Prerequisites

- Install Node.js ⚙️
- Clone the repo 🔄

📦 After cloning the repo install dependecies with

```sh
npm i
```
📡 To run development server use dev script
```sh
npm run dev
```
🔧 To build use build script
```sh
npm run build
```
after running scripts go to http://localhost:5173 with your browser to use the app. 🌐

## License 📄

[MIT](https://choosealicense.com/licenses/mit/)