Pasindu-Vishmika / Todo-List-App

Todo app with Python Django (REST API) backend and HTML, CSS, Bootstrap, JavaScript frontend. Enabled user-specific task management with secure login, registration, and CRUD features. Users can efficiently manage, create, and update tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use

  1. Clone the repository to your local machine:

    git clone https://github.com/Pasindu-Vishmika/Todo-List-App.git
  2. Install the necessary dependencies, such as PIL (Python Imaging Library). You can install dependencies using pip:

    python -m pip install django
    python -m pip install djangorestframework
    python -m pip install django-cors-headers
    
  3. Go to Project Dir

    cd Todo-List-App
  4. Use this Command to activate Server

    python manage.py runserver

About

Todo app with Python Django (REST API) backend and HTML, CSS, Bootstrap, JavaScript frontend. Enabled user-specific task management with secure login, registration, and CRUD features. Users can efficiently manage, create, and update tasks.


Languages

Language:Python 55.2%Language:JavaScript 17.3%Language:HTML 15.6%Language:CSS 11.9%