Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 686 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 686 Bytes

Todoo App

Todoo - a simple task manager that will help you sort all the tasks into categories

📸 Screenshot:

TodooApp screenshot

🏃 Running:

To start the project, you need to perform several actions:

  1. Сlone the repository
  2. Go to project folder
  3. Install node_modules
  4. Start development server

Console commands:

git clone https://github.com/VitalyBabenko/Todoo.git
cd Todoo
npm install
npm start

🛠 Stack:

  • ReactJS
  • React Router v6
  • Axios
  • SCSS

This will run locally and listening on port 3000 (http://localhost:3000)