Skip to content

bolatdias/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Spring To-Do List

This project is a simple to-do list application built using React for the frontend and Spring Boot for the backend.

Backend Setup

  1. Clone the backend repository:

    git clone https://github.com/bolatdias/to-do-list
    
  2. Navigate into the backend directory:

    cd to-do-list/backend
    
  3. Run the backend:

    ./mvnw spring-boot:run
    

Frontend Setup

  1. Clone the frontend repository:

    git clone https://github.com/Yerbo71/to-do-front.git
    
  2. Navigate into the frontend directory:

    cd [frontend directory]
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm run dev
    

Interface screenshots : Login 315228776-f7a7046b-7fdf-482c-ab37-b6074e5a57b5

Registration 315229373-1c8c0e4a-4ace-47b8-9792-2d22bc121e45

Main Page 315229620-d052d2da-41e6-48d0-acea-2bcb323fc41f New todo 315229820-4785d8f2-f225-46ec-b219-4ab6e79eef7e

Releases

No releases published

Packages

No packages published

Languages