This repository contains a collection of web projects showcasing various aspects of web development. Each project offers unique functionalities and demonstrates different technologies and techniques.
A simple note-taking web application built with React.js for the frontend and Express.js with MySQL for the backend. Users can create, view, and delete notes. Real-time data synchronization ensures seamless note management.
Explore the Note Taker Web Application README for more details.
A React-based web application demonstrating dynamic table data editing and submission to an API endpoint. Users can edit table data and submit changes to the server. The app offers a seamless user experience for managing tabular data.
Explore the Editable Table README for more details.
A React-based web application that makes a POST request to an API endpoint and displays the response headers. Users can view the headers returned by the API in real-time. This project provides insights into working with API responses.
Explore the API Header Viewer README for more details.
To explore each project:
- Clone this repository.
- Navigate to the respective project directory.
- Follow the instructions provided in the project's README file to set up and run the project locally.