8000 GitHub - shubhhhGT/Todo-App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shubhhhGT/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Todo App

This project contains a simple todo application with the following features:

  • A user can sign up
  • A user can sign in
  • A user can create a todo
  • A user can see all their created todos
  • A user can mark a todo as completed

Instructions

  1. Sign Up: Create an account to start using the Todo App.
  2. Sign In: Access your account by signing in.
  3. Create a Todo: Add new tasks to your list.
  4. View Todos: See all the tasks you have created.
  5. Mark as Completed: Mark tasks as completed once they are done.

Example Workflow

  1. Sign Up:

    • Fill in your details and register.
    • Receive a confirmation message.
  2. Sign In:

    • Enter your credentials to log in.
    • Access your dashboard.
  3. Create a Todo:

    • Click on "Add Todo".
    • Enter the task details and save.
  4. View Todos:

    • Navigate to the "My Todos" section.
    • See a list of all your tasks.
  5. Mark as Completed:

    • Check the box next to a task to mark it as completed.
    • The task moves to the completed section.

Screenshots

  1. Sign Up Page: Sign Up Page

  2. Sign In Page: Sign In Page

  3. Create Todo: Create Todo

  4. View Todos: View Todos

  5. Mark as Completed: Mark as Completed

Future Enhancements

  • Implement authentication using OAuth.
  • Add functionality to edit todos.
  • Enable filtering todos by date or priority.
  • Add notifications for upcoming tasks.

Getting Started

To run this project locally:

  1. Clone the repository:
    git clone https://github.com/yourusername/todo-app.git
  2. Install dependencies:
    cd todo-app
    npm install
  3. Start the development server:
    npm start
  4. Open your browser and navigate to http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0