Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MujoBabajic/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

To-Do List

This project is a simple React To-Do List app created to enhance understanding and practice of the useState and useEffect hooks in React. The app includes basic CRUD (Create, Read, Update, Delete) operations for managing tasks.

Technologies

  • React
  • MySQL
  • Express

Run Locally

First, make sure to have MySQL, open the .sql file and run the code to initialize the database.

Clone the project:

  git clone https://github.com/MujoBabajic/to-do-list.git

Install all dependencies:

  npm install

Change to server folder and start the app:

  cd server
  npm run dev

Change to client folder and start the app:

  cd client
  npm run dev

Visit http://localhost:5173/ and enjoy.

About

Simple React app for daily tasks managing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published