Skip to content

David-Elkabas/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React Todo app

๐ŸŽฏ About

a simple todo-app that can fetch data from remote api and update, add or delete the data.

๐Ÿ‘พ Demo

TODO: add a gif - still in building mode

Features

  • fetch a number of tasks from remote api
  • an option to edit the tasks
  • Create a new task
  • Mark the task as completed
  • Delete a task

๐Ÿงฐ Tech

  • React hooks (useState, useEffect, UseRef)
  • React Router
  • Axios
  • React-hook-form
  • custom hook - useFetchHook

๐Ÿ› ๏ธ Execution & Quick Start

$ git clone https://github.com/David-Elkabas/react-todo-app.git
$ cd react-todo-app
$ npm install
$ npm start

๐Ÿ‘€ License

MIT