a simple todo-app that can fetch data from remote api and update, add or delete the data.
TODO: add a gif - still in building mode
- 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
- React hooks (useState, useEffect, UseRef)
- React Router
- Axios
- React-hook-form
- custom hook - useFetchHook
$ git clone https://github.com/David-Elkabas/react-todo-app.git
$ cd react-todo-app
$ npm install
$ npm start
MIT