Skip to content

guusdias/react

 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • HTML 2.6%
  • Shell 0.1%