A react application where I use Redux to interact with the global state. Items can be put in the cart and bought with the users gold. After purchase you can see your bought items in your inventory.
- yarn install
- yarn start
- React
- Styled-components
- Redux
- Made TypeScript available in the project
- react-bootstrap
- react-router-dom
- DONE
Implement react-router for components - DONE
Fix the cart input - DONE
Make buying items in the cart possible - DONE
Handle the failed error request - DONE
different view on screen width less then 480px - DONE
Create an easter egg in the app - DONE
Implement user authentication (Auth0)