This is a plant web application built with React and Vite. It allows users to browse different plants, add products to a cart, and manage its contents. The website content can be easily customized.
Check out the live demo of the project 🌿here.
- Add products to the cart: Select a plant and add it to your cart.
- Remove products from the cart: Remove products from the cart as needed.
Make sure you have Node.js and npm installed on your machine.
- Clone the repository to your local machine:
git clone [email protected]:seguramaria/plant-web-app.git
- Navigate to the project directory:
cd plant-web-app
- Install the dependencies:
npm install
To start the application, run the following command in your terminal:
npm run dev
This will start the development server, and you can access the application in your browser at http://localhost:5173/.
The application content can be replaced by changing the information in the data.js file. Here, you can modify the details of the plants, including names, prices, and descriptions. Additionally, make sure to update the product images with the ones you want to use.
Contributions are welcome! If you would like to improve the application, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.