Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 1.92 KB

README.md

File metadata and controls

78 lines (50 loc) · 1.92 KB

ToDo - API

GitHub language count GitHub top language Package License Coverage Status

Access the project here.

Description

Made with React.js, the ToDo site is a ToDos manager, where the user can create, change and delete their ToDos.

Installation

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.

Environment variables

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.

Running the app

To run the application run the command:

npm run start

or with yarn

yarn start

Running the tests

To run the tests run the command:

npm run test

or with yarn

yarn test

Screenshots

  • Login page Login page - screenshot

  • Browser page Browser page - screenshot

📝 License

This project is under the MIT license. See the LICENSE file for more details.