Looking to build your own home garden but have too many choices in different websites and shops? Don't know how to keep up on what plants you actually want?
Fear not, fellow plant parent! Plant Shop is here for you to store all your plants in a wish list. You can add an image, price, care, and description of your future plant baby. Don't want it anymore... delete the plant! Want more plants on your list.. add them!! Have specific favourites? Add them to your most loved list!! Plant Shop is here to save the day!
Plant Shop was built using React and Redux for the UI. For the API, I decided to challenge myself for this project and build my own using NodeJS, Express, and MongoDB!
First, make sure to run the server of the Plant Shop API, an API I built for this project.
Once API server is running, clone the repo to your terminal : $ git clone https://github.com/Asilo5/plant-shop.git
Run $ npm install
in your terminal
To open the app on your web server run $ npm start
Plant Shop was built using:
- React
- Redux
- SASS
- HTML
- Jest
- Enzyme
- API I built for the Plant Shop, Plant Shop API