/tasks

Streamline Your Life with the Ultimate Task Manager App.

Primary LanguageCSS

task_manager_app 🚀

Streamline Your Life with the Ultimate Task Manager App. In today's fast-paced world, staying organized and productive is crucial. That's where our Task Manager App comes to the rescue! Designed with simplicity and efficiency in mind, our app is the perfect digital companion to help you manage your tasks, boost your productivity, and achieve your goals.

Demo

taskmanager

Screenshots

Screenshot 2023-10-08 at 07-22-06 Home Task Screenshot 2023-10-08 at 07-22-36 Login Task Screenshot 2023-10-08 at 07-22-54 Register Task Screenshot 2023-10-08 at 07-23-19 List Task Screenshot 2023-10-08 at 07-23-33 Create Task Screenshot 2023-10-08 at 07-23-49 admin Task Screenshot 2023-10-08 at 07-24-15 List Task Screenshot 2023-10-08 at 07-24-50 Read Python Lambda Function  Task Screenshot 2023-10-08 at 07-25-03 Read Python Lambda Function  Task Screenshot 2023-10-08 at 07-25-28 Go to the market Task

Tech Stack

Client: Html, Javascript, TailwindCSS

Server: Python, Django

Run Locally

Clone the project

  git clone git@github.com:zablon-oigo/task_manager.git

Go to the project directory

  cd task

Start virtual environment

  py -m venv mytask

Install dependencies

  pip install -r  requirements.txt

Start the server

  py manage.py runserver