Skip to content

sarkartanmay393/KanbanBoard-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Kanban Board: Task Manager

Contributors Forks Stargazers Issues LinkedIn

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

View Demo · Report Bug · Request Feature

Dummy Account

Email: tanmay1@test.com

Pass: Tanmay123

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

About The Project

Built With

  • Docker

Things I Learned

  1. Everything of Basic Web App.

Packages I Used

  1. "net/http"

Screenshots

~none

(back to top)

Getting Started

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

Prerequisites

Steps to run

  • Clone the repository

    git clone https://github.com/sarkartanmay393/KanbanBoard-MERN.git
  • Run the following command to start everything using Docker

    docker compose up

    OR

  • Run the following command to start using concurrently

    chmod +x start.sh
    /.start.sh

If any issue occured while running the server, just delete the roomreservation image from docker and start the compose again.

(back to top)

Roadmap

  • Web Application
  • Styling w/ Tailwind
  • Database
  • New Responsive UI
  • Real Project Transformation

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

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

Contact

Your Name - Tanmay Sarkar @sarkartanmay393 - hello@tanmaysarkar.tech

Project Link: https://github.com/sarkartanmay393/KanbanBoard-MERN

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)