A TO-DO List build in React.js
TO-DO List
Version 1.0.0
This TO-DO List is builded in ReactJS.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Installing
Instaling the front-end project
Run the following commands and you will end up with a local running version of the front-end project.
$ git clone https://github.com/gustavobarretto/to-do-list.git
$ cd to-do-list/
$ yarn
$ yarn start
Installing the back-end project
Run the following commands and you will end up with a local running version of the back-end project.
You need to have the Docker Desktop installed to run this server.
Go to the to-do-list folder and run the following commands.
$ docker-compose up -d
If you want to see the code, click here.
And that’s it, your To-Do List is running.
Built With
Autor
License
This project is licensed under the GPL-3.0 License – see the LICENSE file for details