Skip to content

sukrit2906/Tasklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages