Skip to content

Simple task manager in kanban style with core functionalities and local-first ability.

Notifications You must be signed in to change notification settings

sarkartanmay393/TaskNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

TSMK - Kanban Board

Forks Stargazers Issues LinkedIn

A task management dashboard with useful features including drag-and-drop.
Explore Code »

View Demo · Report Bug · Request Feature

TaskNest is a web application that allows users to manage their tasks and projects. The application provides a simple and intuitive interface for creating, organizing, and tracking tasks.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

Features

  • Create and manage tasks.
  • Local storage for tasks.
  • Drag and drop functionality for tasks.
  • Search functionality for tasks.
  • Filter functionality for tasks.

Technologies Used

  • Backend: Node.js, Express.js
  • Frontend: React.js, Vite.js, Tailwind CSS, Shadcn UI
  • Database: PostgreSQL with Prisma

Folder Structure

The project follows a structured organization with separate backend and frontend directories:

  • backend/: Contains the Node.js backend.
  • frontend/: Contains the React frontend.

(back to top)

Getting Started

Running a development environment for this project will be the easiest thing in you day.

Prerequisites

Steps to run

To run the application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sarkartanmay393/TaskNest.git
  2. Run both command separately to setup the codebase:

    cd backend && npm install && npm run dev
    cd frontend && npm install && npm run dev
  • or Use Docker Compose

    docker compose up
  • or Run the following command to start using concurrently

    chmod +x start.sh
    /.start.sh

If any issue occured ...

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -s -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
  6. Wait for review

See the open issues for a full list of proposed features (and known issues).

Contact

Your Name - Tanmay Sarkar @sarkartanmay393 - [email protected]

Project Link: https://github.com/sarkartanmay393/TaskNest

Thanks for visiting my project. If you like it, please give it a star. It will help me a lot. Thanks again!

(back to top)

About

Simple task manager in kanban style with core functionalities and local-first ability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published