Welcome to TASK LIST

Hi! I'm Sebas Dominguez. This full stack project is for educational and training purposes.

Techs

The following is a list of the main technologies implemented:

Forntend

Backend

Build, share, and run

Scope

This app has 2 main functions:

  • Receive a certain number of tasks from an external API: in this case we will have the option to decide how many tasks to receive and update its status.

  • Create our own list of tasks: with the use of a DB we can create, update and delete tasks.

Start Point

  1. Clone the repo
  2. Open a terminal on the root and run 'docker-compose up --build'
  3. Enjoy it...

Unit testing

  1. Open a terminal in /client
  2. Run npm run test