React ToDo

About

React ToDo is a simple to-do application created with React. The goal of this application is to practice my skills with React and CSS.

Layout

The layout of the application is here.

Usage

To run the project you can follow these steps:

  • Clone the project with git clone https://github.com/Eduardo-H/todo-react.git
  • Navigate into the project's folder cd todo-react/
  • Use the command yarn to install all the dependencies
  • Run the project with yarn dev