This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Also Hosted live @ https://robert-hunnicutt-florida-blue.netlify.com
- React-Router-Dom
- Four views available Home, empty cart, cart, 404 page
- Add an item to need to buy list
- Delete item from need to buy list
- Delete whole list from need to buy list
- error handle - cant add same item to need to buy list
- conditional render of cart component or empty cart component
- Locale Storage for data persistance
- Mobile Responsive Media query's
- ES6 / 8 javascript
- life cycle hooks
- functional components / state-full components
- error check add text before clicking add item to need to buy list (try adding empty value)
- add A search filter!!!
- add too CART!!!
- DELETE from cart!!
- Cannot add same item to cart
- When adding item to cart, it is removed from Need to buy list...
- When deleting from cart, item will be pushed back to the need to by list!!!!
- no styling done really some bootstrap / reactstrap / fontawesome.com this one is all about the functionality.