This is a collection of small apps built with React, designed to explore and learn React along with its associated libraries. Each project serves as a hands-on experiment to try out new features and deepen understanding of the React ecosystem.
Below is a list of small React apps, ranging from weather applications to dashboards.
An app designed to display the current weather details for any selected city.
https://react-weather-app-2024.web.app/
https://github.com/binokochumolvarghese/react-weather-app
A Note app that allows users to create, edit, and efficiently manage their notes.
https://react-note-app-4a475.web.app/
https://github.com/binokochumolvarghese/react-note-app
A dashboard application that provides real-time job summaries for employees, automatically refreshing every 30 seconds for up-to-date information.
https://react-job-dashboard.web.app/
https://github.com/binokochumolvarghese/job-dashboard-react-app
An application that fetches photos from the Unsplash API, allowing users to browse and search images, and click on any photo to view detailed information in a popup.
https://bi-photo-app.netlify.app/
https://github.com/binokochumolvarghese/react-photos-app
A simple app that generates a QR code based on the entered text, with an option to download the QR code image.
https://rt-qrcode.netlify.app/
https://github.com/binokochumolvarghese/react-qr-code-generator