Skip to content

MKMukeshkannan/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


TASKED

A WebApp to manage your task


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

Taked is a to-do WebApp used to manage tasks efficiently. This app includes a user login function that allows users to manage their tasks on any device they want. They can delete tasks that are not needed or strike tasks that are done.

(back to top)

Built With

I used the following frameworks/tools to build this project:

  • Django
  • Tailwind
  • SQLite

(back to top)

Getting Started

Instruction to clone this reporsitory and setting it locally on your machine.

Prerequisites

Django is a python based Web-Framework, so you will need python to use this project,

  • ON MAC
    brew install python
  • ON LINUX
    sudo apt get python
  • ON WINDOWS - install it from offical website

Installation

Follow the steps given below to clone, install and set up the project on your machine

  1. Clone the repo
    git clone https://github.com/MKMukeshkannan/todo-app
  2. Go to that directory
    cd todo-app
  3. Create a virtual environment
    pip install virtualenv
    ON WINDOWS
     virtualenv env
     env\Scripts\activate
    ON MAC
    virtualenv env
    source env/bin/activate
  4. Install dependencies
    pip install -r requirments.txt
  5. Make Migrations
    python manage.py makemigrations
    python manage.py migrate
  6. Create a super user to login
    python manage.py createsuperuser 

and enter username and password

  1. Now Runserver to use,
    python manage.py runserver

(back to top)

Usage

User need to log-in to gain access to their dashboard. New users can create an account by signning up. User can type their task in the feild given and click on the add button to add the task into the space below. They can strike out tasks that are done by clicking on the dash icon (-) or delete the tasks by clicking on the cross ( x )

(back to top)

Contact

M K Mukesh Kannan - @mukesh-kannan - mukeshkannan311@gmail.com

Project Link: TODO

(back to top)

Screenshot of the project

HOME PAGE

LOGIN PAGE

SIGNUP PAGE

TODO PAGE

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published