A sleek, minimal Todo App that lets you add, edit, delete, and mark tasks complete β all powered by vanilla JavaScript and synced in real-time using a free mock REST API. Now with a navbar, better UX for editing, and smoother interactions.
- β Add new tasks
- βοΈ Edit and save existing tasks with inline input
- ποΈ Delete tasks
- β Mark tasks as completed by clicking the task
- π Live UI updates
- πΎ Data is stored with MockAPI
| Technology | Description |
|---|---|
| HTML5 | Page structure |
| CSS3 | Styling and responsive layout |
| JavaScript | Core logic and interactivity |
| MockAPI | Fake REST API for CRUD operations |
| FontAwesome | Icons (edit, delete, check, GitHub) |
git clone https://github.com/asyncPranav/async-todo.git
cd async-todo