AI-powered Kanban that simplifies task documentation, making it easier and more efficient..
- Minimal's UI for efficient Kanban task management
- Integration of Chat-GPT API for comprehensive task descriptions/breakdown
- login/signup functionality for secure user access
- Drag and drop functionality
- Each and every action have been uploaded to the MongoDB server
- All required Kanban-related operations can be performed on this
-
Frontend
- NextJS
- Redux
- React
- TypeScript
- Minimal UI (MUI) for modern and sleek design
-
Backend
- Node.js
- Express
- Javascript
- MongoDB for scalable and efficient data storage and retrieval
Start local developing with...
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/getlost01/Intelli-Kanban.git
cd into the directory
cd Intelli-Kanban
In the root folder do npm install.
npm install
And you are good to go
npm run start
After running the server the site should be running on https://localhost:3000
- Once you have cloned and set up the project on your local machine, you can proceed to push the changes to your GitHub fork and create a pull request.
- You have to run the tests locally to ensure that everything is functioning properly.
git add .
git commit -m "feat: yay I added new stuff"
git push origin branch_name
Made with ❤️ and NextJS (aka Typescript)