Skip to content

VitalyBabenko/Todoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)