Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 710 Bytes

Sizebay Front-end Challenge

Description

This is a simple to-do list application to help you organize your daily activities. You can add, complete, and remove tasks as needed.

Technologies Used

  • React.js
  • TypeScript
  • Styled-components
  • Context API (for state management)
  • Local Storage (for local data storage)
  • UUID (for tasks management)

How to Run on Your Machine

  1. You may clone this repository to your local evironment and navigate to it.

  2. Run the following command:

   yarn

then

   yarn wrap
  1. Open your browser and visit http://localhost:3000 to view the application.

Now you can start using the to-do list application and manage your tasks efficiently!