Welcome to my E-Commerce React app! This project was created as part of my learning journey with React.js. It's a dummy website, so no real money transactions will take place. Feel free to explore the code and use it as a reference for your own projects.
- Product Listings: Display a list of dummy products with details.
- Shopping Cart: Add and remove items to/from the cart.
- Checkout: Simulate a checkout process without real transactions.
- Responsive Design: The app is designed to work seamlessly across different devices.
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/codeIntrovert/e-commerce-react-app.git
-
Navigate to the project repository:
cd e-commerce-react-app
-
Install Dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to http://localhost:3000.
-
Explore the dummy e-commerce website and interact with its features.
Contributions are welcome! Feel free to submit issues or pull requests.
- Fork the repository.
- Create a new branch: git checkout -b feature/my-feature.
- Make your changes and commit them: git commit -m 'Add some feature'.
- Push to the branch: git push origin feature/my-feature.
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.