/react-todos

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Todos app

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Application features:

  • Shows a list of todos
  • Add a new task
  • Mark a todo as completed
  • Edit a todo
  • Delete a todo
  • Choose a filter from a dropdown to view a specific subset of todos (all, completed, incomplete)

Used Libraries:

  • React
  • Bootstrap 4
  • Fortawesome