You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The todo-application utilized React and Context API for global state management. Functions such as adding, removing and toggling are implemented for the todo-list. It is styled with CSS for a clean and intuitive user interface.
A simple pomodoro tracker with a good design, timer settings, logs, secure exit and which stores progress in local storage. The current timer value is constantly visible in the tab title.
A ReactJS repo showcasing core concepts and best practices in modern frontend development using functional components and React Hooks. This project demonstrates how to build dynamic, reusable, and responsive UI components while effectively managing state, side effects, routing, and component communication.