A simple ToDo application built with React.
- Create, edit, and delete tasks
- Mark tasks as completed
- Set tasks as high priority
- View tasks with dynamic content in a modal
-
Clone the repository
Open your terminal and run:
git clone https://github.com/TerezzaB/REACT_ToDoApp.git
-
Navigate to the project directory
Change to the project directory with:
cd REACT_ToDoApp
-
Install the dependencies
npm install
-
Run the application
npm run dev