Skip to content

Todo list application that can create, read, update, delete, and mark completed. Front end developed using react and backend developed using spring boot.

Notifications You must be signed in to change notification settings

alvinsenjaya/to-do-list-spring-boot-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList App

Overview

Todo list application that can create, read, update, delete, and mark completed. This application also implement filtering and pagination. Front end is developed using react and backend is developed using spring boot.

How to Run Application

  1. Install node to run react app (frontend) and maven to run spring boot app (backend).
  2. In /frontend directory, run the application

cd /frontend

npm run production

  1. in /backend/to-do-list directory, run spring boot aplication using maven

cd /backend/to-do-list

mvn spring-boot:run

  1. Open your browser and browse to http://localhost:3000

Snapshot of Application

ToDoList App

About

Todo list application that can create, read, update, delete, and mark completed. Front end developed using react and backend developed using spring boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages