Skip to content

The Todo List App is a simple yet powerful tool designed to help you organize your tasks efficiently. Whether you're managing personal chores, work assignments, or collaborative projects, this app provides a user-friendly interface to keep track of your to-dos.

Notifications You must be signed in to change notification settings

Saloni-041/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Application

How to run the application ->

  1. Download and install an IDE such as Eclipse or IntelliJ IDEA.
  2. Clone or download the zip from the master branch.
  3. Open the IDE and import the project.
  4. Resolve any project dependencies and ensure that the JDK is installed and configured.
  5. Open the Main class.
  6. Right-click on the main class and select "Run as" -> "Java Application".
  7. The application should start running, and you can interact with it from the console.

For cloning link:

https://github.com/Saloni-041/TodoList.git

Tutorial:

This Todo List App is a simple application built using Spring Boot, allowing users to manage their tasks efficiently. The app features four main fields for each task: ID, Task Name, Comments, and Completion Status.

Features:

  • Add new tasks with a unique ID, task name, optional comments, and completion status.
  • View existing tasks with their details.
  • Update task details including task name, comments, and completion status.
  • Delete tasks when they are no longer needed.

Technologies Used

  1. Spring Boot
  2. Java
  3. Spring Data JPA
  4. Hibernate
  5. MySQL

Getting Started

To run the Todo List App locally, follow these steps:

  1. Clone the repository:
  2. Set up the database:
    • Create a MySQL database named todolist as in my application.properties configuration db name is todolist.
    • Update the database configuration in src/main/resources/application.properties with your database credentials.
  3. Access the application:

About

The Todo List App is a simple yet powerful tool designed to help you organize your tasks efficiently. Whether you're managing personal chores, work assignments, or collaborative projects, this app provides a user-friendly interface to keep track of your to-dos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages