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.
- Host: GitHub
- URL: https://github.com/mohakcodes/sankalp
- Owner: mohakcodes
- Created: 2024-04-26T10:15:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:47:00.000Z (about 2 years ago)
- Last Synced: 2025-01-18T15:34:25.042Z (over 1 year ago)
- Topics: jwt, mongodb, nodejs, vuejs
- Language: Vue
- Homepage: https://the-sankalp.vercel.app/
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)