This is just my study project, I did to improve my skills :)
- You need to go into the root directory
yarn installornpm installyarn startornpm start
- React v18.2
- React-router-dom v6.3
- Axios v0.27
- Material UI v5.8
- Emotion v11.9
- React-transition-group v4.4
Project structure:
API (contains service for receiving data from the server)
assets (contains svg, png & other)
components (contains the components that make up the pages of the app)
hooks (contains hooks for different components)
pages (contains pages that make up the app)
utils (contains utility code for different pages)
App.js (file with routes)
index.js (root div for rendering app)