Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (17 loc) · 1.05 KB

Task list App

Overview

Task 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 start

  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

Sign up

Home

Task list

Add task