Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
crni99 committed Jan 16, 2025
2 parents 816caac + b2a5a00 commit 21d83f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Airport Automation React App <br /> [![Node.js CI](https://github.com/crni99/AirportAutomationReact/actions/workflows/node.js.yml/badge.svg)](https://github.com/crni99/AirportAutomationReact/actions/workflows/node.js.yml) [![CodeQL](https://github.com/crni99/AirportAutomationReact/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/crni99/AirportAutomationReact/actions/workflows/github-code-scanning/codeql) [![Vercel](https://img.shields.io/badge/Vercel-Deploy-success?logo=vercel&logoColor=white)](https://airport-automation-react.vercel.app/)
# Airport Automation React App <br /> [![Node.js CI](https://github.com/crni99/AirportAutomationReact/actions/workflows/node.js.yml/badge.svg)](https://github.com/crni99/AirportAutomationReact/actions/workflows/node.js.yml) [![CodeQL](https://github.com/crni99/AirportAutomationReact/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/crni99/AirportAutomationReact/actions/workflows/github-code-scanning/codeql) [![Vercel](https://img.shields.io/badge/Vercel-Deploy-success?logo=vercel&logoColor=white)](https://airport-automation-react.vercel.app/) [![Netlify Status](https://api.netlify.com/api/v1/badges/8a260e13-1391-41a7-b0f0-17fdfad59a40/deploy-status)](https://airport-automation-react.netlify.app/)

In this project, I have developed a comprehensive React application that interfaces seamlessly with the Airport Automation API. This app aims to provide users with an intuitive and efficient experience. Below are the key components and practices incorporated into the application:

Expand All @@ -10,7 +10,7 @@ In this project, I have developed a comprehensive React application that interfa
- Handling asynchronous data fetching in JavaScript using the native fetch API.

### Fetching and Displaying Data:
- Integrating with the [AirportAutomationAPI](https://github.com/crni99/AirportAutomation) to retrieve, display, and manipulate data such as flight information, passenger details, and airport resources.
- Integrating with the **[AirportAutomationAPI](https://github.com/crni99/AirportAutomation)** to retrieve, display, and manipulate data such as flight information, passenger details, and airport resources.
- Implementing dynamic components to render data based on user interactions.

### Form Handling and Validation:
Expand All @@ -30,5 +30,5 @@ In this project, I have developed a comprehensive React application that interfa
- Monitoring and optimizing component rendering to ensure a smooth user experience.

### Deployment and Monitoring:
- Deploying the application on Vercel.
- Deploying the application on **[Vercel](https://airport-automation-react.vercel.app/)** and **[Netlify](https://airport-automation-react.netlify.app/)**.
- Implementing logging and monitoring for application health and performance.

0 comments on commit 21d83f4

Please sign in to comment.