Skip to content

luisfcodes/to-do-list-react

Repository files navigation

To-Do List - React

Personal To-Do List, created with React.

Demo of the to-do list splash screen

Objective

The main objective of the project is to put into practice the initial concepts of React, such as state control, componentization and SPA page.

In addition to the points mentioned above, the project involves creating a responsive layout without any framework.

Applied Techniques

  • Componentization of elements
  • State control with hooks
  • Webpack and babel configuration
  • Elaboration of the project structure
  • Mobile/desktop layout creation
  • Different libraries were used

Get started

npm

# install dependencies
npm install

# run the project
npm run dev

yarn

# install dependencies
yarn 

# run the project
yarn run dev