EcoFusion is a React-based e-commerce frontend template focusing on eco-friendly products. This project is set up with dummy data for easy customization, allowing you to adapt it to various product categories. We welcome contributions to enhance the project!
- Responsive, user-friendly frontend for eco-friendly products
- Modular and adaptable, connectable to any backend
- Customizable dummy data, making it easy to modify for various products
To get a local copy up and running, follow these steps.
Ensure you have the following installed:
-
Open your terminal or command prompt.
-
Clone the repository:
git clone https://github.com/dwip708/EcoFusion.git
-
Navigate into the project directory:
cd EcoFusion
Run the following command to install the required npm packages:
npm install
To start the development server, use:
npm start
This will start the app at http://localhost:3000, and you’ll see the latest changes auto-refresh in the browser.
EcoFusion is designed for easy modification:
- Locate the src/data folder to find dummy product data.
- Update product details, categories, images, and descriptions as needed.
- Additional components and styles can be modified in src/components.
We welcome contributions! Here’s how to get started:
-
Fork the repository and clone it locally.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/YourFeatureName
3.Commit your changes and push the branch:
git commit -m "Add your message here"
git push origin feature/YourFeatureName
4.Submit a pull request with a description of your changes.
Thank you for contributing to EcoFusion! Let’s create a more sustainable e-commerce experience together. 🌱