Skip to content

d-hubych/react_ToDoApp_with_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Application

A single-page application that allows users to create and manage a list of tasks.
Created using functional components, hooks, fetch, routing, localStorage.

Technologies used:

  • React
  • React Router
  • TypeScript
  • JavaScript
  • Fetch
  • REST API
  • Sass (SCSS)
  • Bulma

Implemented features:

  • User autorization
  • Adding todos
  • Updating todo's status (user can toggle status for one or all todos)
  • Updating todo's title (double click on the todo title makes it editable)
  • Deleting todos (one todo or all completed todos)
  • Filtering todos (all/active/completed)
  • User are saving in the localStorage
  • All changes are saved on the server

How to run the project locally

  • Fork and clone this repository
  • Run npm install in your terminal
  • Run npm start to start the project locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors