Coder Social home page Coder Social logo

gourav-yadavv / my-taskpad Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 819 KB

Stay organized and manage your tasks efficiently with My Taskpad, a simple and intuitive ToDo list app built using Django. Plan, update, and track your tasks effortlessly.

Python 40.15% HTML 59.85%
dbsqlite3 django django-project python3 css html5 class-based-views

my-taskpad's Introduction

My Taskpad - ToDo List App

My Taskpad is a simple and intuitive ToDo list app built using Django. It allows users to register an account, log in, manage their tasks, and update or delete them as needed. The app offers a smooth UI/UX, making it easy to organize and track your tasks effectively.

Features

  1. User Registration: New users can create an account with a unique username and password.
  2. User Login: Existing users can log in to their accounts.
  3. User Registration Link: The login page provides a link for new users to easily navigate to the registration page.
  4. Task List Display: After logging in, users are presented with a list of their tasks.
  5. Add Task: Users can add new tasks to their list.
  6. Search Task: A search bar is available for users to quickly find specific tasks.
  7. Logout: Users can log out securely.
  8. Update Task: Clicking on a task allows users to update its details.
  9. Delete Task: Users can delete tasks by clicking on the delete button.

Screenshots

Login Page

Registration Page

Task List Page

How to use

Follow these instructions to set up and run My Taskpad on your local system:

  1. Clone the Repository: Open your terminal and run the following command to clone the GitHub repository:
git clone https://github.com/your-username/my-taskpad.git
  1. Install Dependencies : Navigate to the project's root directory and install the required dependencies using pip:
cd my-taskpad
pip install -r requirements.txt
  1. Database Setup : By default, the app uses SQLite for the database. Apply the initial migrations to set up the database:
python manage.py migrate
  1. Create Superuser (Optional): If you want to access the Django admin interface, you can create a superuser using the following command:
python manage.py createsuperuser
  1. Run the Development Server : Start the development server with the following command:
python manage.py runserver
  1. Access the App : Open your web browser and paste this link to access My Taskpad.
http://127.0.0.1:8000/

Happy Task Managing with My Taskpad!

my-taskpad's People

Contributors

gourav-yadavv avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.