Todo App: A Simple Todo Application
What is Todo App?
This is a todo application built with React.js and backend API server written in Node.js. It's a simple, intuitive, and elegant UI for managing your todo list. It comes with a number of great features such as creating, updating or deleting tasks from the list.
Our app is very simple and straightforward. We have a clean interface that makes it easy to see what's happening, and how you can manage your tasks.
Features:
All of the CRUD operations has been handled properly as the async actions
An integrated JSON server holds and serves the data under the hood
Added tasks also saved into the local storage of the client’s browser
How to use this repo?
Download or clone this repo and run the following command in the terminal:
npm install
or
npm i
View the app (Hosted on Netlify):
https://masud-todo-app.netlify.app/
Necessary Links:
API Endpoint: https://capricious-ash-stomach.glitch.me/tasks
API GitHub: https://github.com/masudranashawon/todo-app-server
Tools:
React.js, Tailwind CSS
Thanks for visiting this repo, take care!