Skip to content

React to-do app with Dracula UI and Spring Boot backend.

License

Notifications You must be signed in to change notification settings

neeramrutia/TaskTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo app built with React and Spring Boot as backend

🦇 Features

  • This is a simple todo list application built using React and Dracula UI.
  • Authentication and backend using Spring Boot
  • Can create, delete, filter and mark tasks as done/undone.
  • App uses MYSQL to save and retrieve todos.

Technologies Used

  • Backend:

    • Spring Boot
    • JWT Authentication
  • Frontend:

    • React
    • React Suite library

⚙️ Getting started

Backend (Spring Boot)

  1. Open Backend Folder: Navigate to the backend folder in your code editor.
  2. Sync Maven Dependencies: Run mvn clean install to sync Maven dependencies.
  3. Configuration: Update application.properties file with your database configuration and other settings.
  4. Start Server: Run the Spring Boot application to start the server.

Frontend (React)

  1. Open Frontend Folder: Navigate to the frontend folder in your preferred code editor.
  2. Install Dependencies: Run npm install to install required dependencies.
  3. Run Development Server: Execute npm run dev to start the development server.

Contributors

License

This project is licensed under the MIT License.