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
Welcome to Metricks Tracker, a mobile web app using React and Redux! Explore a selected API, monitor, and obtain information effortlessly! Metricks Tracker focuses primarily on the world population to offer a detailed and meaningful analysis of data related to this area.
To-do application - first bigger project in React. Work in progress - developer version with basic and some advanced function (adding to-do, searching to-do, listing and sorting to-do, deleting/checking/editing to-do, option to display all tasks or just those that are opened/finished and sort them as well).
React Counter is the application created using the React Js. The application uses the fundamental concepts of the class-based component in reacts, props, re-rendering, components, react-lifecycle, and class-based ideas.
Build an app that displays a deck of cards, one card at a time. When the page loads, send a request to https://deckofcardsapi.com/api/deck/new/shuffle to create a new deck. Store the Deck ID it gives you, so you can make further requests to retrieve each card image.
A simple React application for contact management, offering essential features like adding, searching, and deleting contacts. Now includes persistent storage of the contact list in the browser's localStorage, using React lifecycle methods.