Tiny React Apps

This is a collection of tiny 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 tiny React apps, ranging from weather applications to dashboards.

  • Weather App
  • Note App
  • Photos App
  • Job Summary App
  • QR Code Generator

You can find the details of the each application in the below section.

Weather App

An app designed to display the current weather details for any selected city.

https://react-weather-app-2024.web.app/

GitHub Repository

https://github.com/binokochumolvarghese/react-weather-app

Screenshot
Weather App Screenshot

Note App

A Note app that allows users to create, edit, and efficiently manage their notes.

https://react-note-app-4a475.web.app/

GitHub Repository

https://github.com/binokochumolvarghese/react-note-app

Screenshot
Note App Screenshot

Photos 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/

GitHub Repository

https://github.com/binokochumolvarghese/react-photos-app

Screenshot
Note App Screenshot

Job Summary 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/

GitHub Repository

https://github.com/binokochumolvarghese/job-dashboard-react-app

Screenshot
Job Summary App Screenshot

QR Code Generator

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/

GitHub Repository

https://github.com/binokochumolvarghese/react-qr-code-generator

Screenshot

QR Code App Screenshot

Read More