Access the project here.
Made with React.js, the ToDo site is a ToDos manager, where the user can create, change and delete their ToDos.
With a terminal open at the root of the project, execute one of the commands below:
npm install
or with yarn
yarn
The API project used by the application can be found here.
Before running or testing the application, an .env
file must be created at the root of the project. The file must contain the same properties as the .env.example
file, changing only their respective values.
Once the env file is created and populated, the application is ready to run.
To run the application run the command:
npm run start
or with yarn
yarn start
To run the tests run the command:
npm run test
or with yarn
yarn test
This project is under the MIT license. See the LICENSE file for more details.