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.
- Host: GitHub
- URL: https://github.com/ertugrulsertaslan/collers-shoes
- Owner: ertugrulsertaslan
- Created: 2024-07-09T20:48:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T11:13:24.000Z (11 months ago)
- Last Synced: 2025-02-15T22:29:51.612Z (4 months ago)
- Topics: react, tailwind-css, vite
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)