Skip to content

Latest commit

 

History

History
76 lines (43 loc) · 2.34 KB

README.md

File metadata and controls

76 lines (43 loc) · 2.34 KB

React Apps

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.

Weather App

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

Link

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.

Link

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

GitHub Repository

https://github.com/binokochumolvarghese/react-note-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.

Link

https://react-job-dashboard.web.app/

GitHub Repository

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

Screenshot

Job Dashboard Summary 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.

Link

https://bi-photo-app.netlify.app/

GitHub Repository

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

Screenshot

Photo 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.

Link

https://rt-qrcode.netlify.app/

GitHub Repository

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

Screenshot

QR Code App Screenshot