Simple E-Commerce Website This project develops a simple e-commerce website using technologies such as React, Firebase, Tailwind CSS, and Redux. The project provides users with a basic e-commerce experience where they can list products, add them to their cart, and place orders.
[email protected] password: 123123123
[email protected] password: 123123
Getting Started Follow the steps below to run the project locally:
Clone the repository:
git clone https://github.com/omercnm/E-commerce
Navigate to the project directory:
cd simple-e-commerce-site
Install the necessary dependencies:
npm install
Set up Firebase configuration:
Create a new project in the Firebase console. Add the Firebase SDK configuration details of your project to the src/firebase.js file. Start the project:
npm start
The project will be running at http://127.0.0.1:5173/ in your browser.
Technologies Used React Redux (optional, used for state management) Firebase (used for database and authentication) Tailwind CSS (used for UI/UX design) Contributing If you'd like to contribute to the project, please open a pull request. Thanks to everyone who contributes to the project!
License This project is licensed under the MIT License. For more information, see the LICENSE file.