Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 495 Bytes

Task Manager

Link to the webside

This website created to organize everyday tasks
its goal is to be practical and helpful with colorful tags to keep the tasks organized


Running a development environment

Install all the needed dependencies by running:

npm install

To ran the local srever:

npm start

note:
if the server doesn't automatically open in your browser, open http://localhost:3000 to view it.