Skip to content

rohanjadhav05/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

This is a simple Todo application built with React.js for the frontend and Spring Boot for the backend.

Features

Create, update, and delete todo items Mark todo items as Completed Mark todo as In-Progress Responsive design with Material-UI components

Technologies Used

  • Frontend React.js Material-UI library for UI components Backend:

  • Spring Boot Spring Data JPA for data persistence Spring Security for authentication and authorization Getting Started To run the application locally, follow these steps:

How to Start project locally on machine

git clone <repository-url>

Navigate to the frontend directory:

cd todo-frontend

Install dependencies:

npm install

Start the frontend server:

npm start

Open another terminal and navigate to the backend directory:

cd ../java

Build and run the backend:

./mvnw spring-boot:run

Access the application in your web browser at http://localhost:5173.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any bugs or have any suggestions for improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •