Exercise on ReactJS for the Bootcamp GoStack - Rocketseat.
Add a record in the backend by clicking the button "Adicionar projeto".
The purpose of the project was to test useState and useEffect. That way, there is no form to add new records.
React
useState
useEffect
Components
Axios (to integrate with the backend)
Importing css and images
Babel
webpack
Install and run the back-end: simple-test-project-nodejs
To install all dependencies for this project:
yarn
To run the project:
yarn dev