Inspiration
https://github.com/divanov11/Django-React-NotesApp
What it does
A website where users can create a project, then a list of tasks for that project. The tasks are then organized via the Kanban Method.
Tasks are assigned to one of 4 categories: to-do, in progress, completed, reviewed.
Users can move tasks between the 4 categories.
Deleting a project, automatically deleted all tasks associated with that project.
How we built it
Frontend: React.js, HTML, and CSS
Backend: Django
Database: SQLite
Website Deployment: PythonAnywhere
Challenges we ran into
Web Deployment
Front-end and back-end interaction
Learning the nitty-gritty of full-stack development
Figuring out CSS for viewing on mobile devices
What's next for MCIT Task Manager
UI improvements (e.g. drag and drop functionality, using bootstrap for easier formatting)
User logins / logouts
Moving away from local databases
Project should autocomplete once all tasks in given project are completed

Log in or sign up for Devpost to join the conversation.