项目作者: ialtafshaikh
项目描述 :
This is a frontend application connected with a todo backend.
高级语言: JavaScript
项目地址: git://github.com/ialtafshaikh/todo-app-frontend.git
Todo Frontend App
This is a frintend application connected with a todo backend.
Getting Started
ToDo App is simple and awesome app to organize your tasks with very easy to use interface. ToDo can help you to make list of your tasks
- authenticate user can create a Task
- authenticate user can check mark their task
- authenticate user can delete their the task
- user can create an account- UI interface is provided for the same
- user can login - UI interface is provided for the same
- user can logout
Additional Features
- Fully Mobile Responsive App
- data is persistence on backend server
- user can filter the todos: All, Completed, Uncompleted
- powered by backend server
- data is stored in mongoDB Cloud
- can be use by multiple users
Prerequisites
- You need to have a basic knowledge of HTML, CSS and JavaScript, variables, arrays, functions and objects under your belt.
- Additionally, you need to have Git, VScode text editor installed on your computer.
- know the usage of fetch-api to make api calls
- authorization headers
- authorization token - JWT
- cookies
VS code Extension
- Live server to run the project. Click here to see download instructions and how to use live server to tun the project
Sample Working

Downloading and Running this Project Locally
- clone the repository using below command
git clone https://github.com/ialtafshaikh/todo-app.git
- And run the index.html using Live server
Deployment
To Host the Project I had used Github Pages. To learn more visit her
Live Demo of this Project
live hosted link
References
Author

License
This project is licensed under the MIT License - see the LICENSE.md file for details