This is a full-stack todo application built using reactjs and spring boot.
To start the app on the client-side run the following commands:-
cd clientnpm start
To start the app on server-side, open with any Java IDE and run the following command:-
mvn spring-boot:run
Make sure to install all the required dependencies
Happy coding!!