An open API service indexing awesome lists of open source software.

https://github.com/mohakcodes/sankalp

"Sankalp" is a robust and intuitive to-do list application designed to elevate your productivity to new heights. Blending user-friendly interface with powerful features, Sankalp offers a comprehensive platform to organize tasks and manage your day effectively.
https://github.com/mohakcodes/sankalp

jwt mongodb nodejs vuejs

Last synced: about 2 months ago
JSON representation

"Sankalp" is a robust and intuitive to-do list application designed to elevate your productivity to new heights. Blending user-friendly interface with powerful features, Sankalp offers a comprehensive platform to organize tasks and manage your day effectively.

Awesome Lists containing this project

README

          

# Sankalp

- Description: "Sankalp" is a robust and intuitive to-do list application designed to elevate your productivity to new heights. Blending user-friendly interface with powerful features, Sankalp offers a comprehensive platform to organize tasks and manage your day effectively.
## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Backend

`MONGO_URI`
`SECRETKEY`
`ORIGIN`

## Documentation

To set up the Sankalp application locally, follow these steps:

Clone the repository from GitHub:

git clone https://github.com/mohakcodes/Sankalp.git

Navigate to the project directory:

cd sankalp

Install dependencies using npm:

npm install

Start the development server:

npm run serve

Access the application at http://localhost:8080 in your web browser.

To setup backend of Sankalp, follow this [Repository](https://github.com/mohakcodes/Sankalp-API)
## Features

- **User Authentication**: Begin with Sankalp by creating a secure, personalized account.
- **List Management**: Create and Organize Lists, customize them to categorize tasks according to your needs. Modify or remove lists effortlessly to adapt to changing priorities.
- **Task Management**: Effortless Task addition to your lists and track progress by marking tasks as completed or pending.
- **Delete Tasks**: Maintain a clutter-free workspace by removing completed or unnecessary tasks.
- Sankalp is built using the Vue.js framework for the frontend and Node.js/Express for the backend with MongoDB database.
- Authentication is implemented using JSON Web Tokens (JWT) for user sessions and Data is exchanged using RESTful API endpoints.
## Authors

[@mohakcodes](https://www.github.com/MOHAKCODES)