Hello, this is a SPA, with a simple CRUD of POSTS! Hope you enjoy it!
- ReactJS
- Styled-Components
- Material-Ui
- Axios
- SWR
First you have to install all the dependencies:
npm i
yarn
Then you have to create a file with the name '.env' at the root folder of the project. Inside this file you have to create a variable with named REACT_APP_API_URL.
The entire app was made by me.