Quest - "An intuitive task manager for the web"
A Front End Design with a back end API support developed with express js
This is a personal project i'm doing to develop a well combined experience of todo app and task features
Quest is a personal project designed mainly for managing task, taking notes with an excellent intuitive design
- Creating a task
- Creating a todo list
- Adding description and label to a particular task
- Adding a color to a task or a todo list
- Grouping and ungrouping of task or todo list
- A Fully-fledge backend RESTful API designed robustly with Express JS
- *** More Features to Come ***
There's an intuitive backend API for the Quest Application.
Available Endpoints Are :
- /signup - User Signup
- /authenticate - Authentication and Authorization
- /user - Get Logged In User Details
- /task/all - All tasks with associated user
- /task/add - Add a new Task
- /task/:id - Get a single task
- /task/update/:id - Update a single task
At the moment, there's an ongoing backend api development