Skip to content

ReactJS & Django based dashboard for task management and progress tracking

License

Notifications You must be signed in to change notification settings

nishendra3/task_managent_tool

Repository files navigation

Task Management Tool

ReactJS & Django based dashboard for task management and progress tracking. The frontend is built using react, which uses django-react-framework API to interact with the django based backend server. The application is hosted locally , and was created as a response to address supply-chain shortages during Covid-19 lockdowns. The primary use of application was to track the on-boarding process for new suppliers.

Setup

  • create a virutal env & install requirements
python -m venv env
source env\bin\activate
pip install -r requirements.txt
  • start django server
python ss\manage.py runserver

The application uses a knox based authentication to restrict unauthorised access.

Default- username: admin , password: admin

Screenshots

1

2

3

About

ReactJS & Django based dashboard for task management and progress tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published