To-Do application using React, TypeScript, and Spring Boot. Breakable toy for Spark program
The goal of this project is to develop a robust and user-friendly To-Do application that allows users to efficiently manage and track their tasks.
Technologies:
- TypeScript
- ReactJS
-
Install Dependencies:
npm install
-
Running the Application:
npm run start
. The front-end application will run on http://localhost:8080. -
Running Tests:
npm run test
.
Technologies:
- Java
- Maven
- Spring Boot Setup
-
Build the Project:
mvn install
-
Running the Application:
mvn spring-boot:run
. The back-end application will run on http://localhost:9090. -
Running Tests:
mvn test
- to-do-front: Contains the React and TypeScript code, including components, services, and state management.
- to-do-back: Contains the Spring Boot application code, including controllers, services, and data access layers.