Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saied2035/flightfull

Flightfull is a travel website simulator that allows users to book flights with top airlines and add their favorite airlines. All backend operations are handled through a REST API.
https://github.com/saied2035/flightfull

airline-booking airline-reservation airlines es6 eslint reactjs redux redux-toolkit stylelint tailwindcss travel

Last synced: 26 days ago
JSON representation

Flightfull is a travel website simulator that allows users to book flights with top airlines and add their favorite airlines. All backend operations are handled through a REST API.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Flightfull

**Flightfull** is a travel website simulator that allows users to book flights with top airlines and add their favorite airlines. All backend operations are handled through a REST API.

![flightfull](https://github.com/saied2035/flightfull/assets/70805060/9096aa3b-f77a-485f-872b-ca2e911be034)

*take a look at the backend repository [*here*](https://github.com/saied2035/flightfull-api)*

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Users can book flights to any part of the world with top airlines**
- **Users can add airlines they prefer**
- **Users can manage their airlines and reservations**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://flightfull.netlify.app)

(back to top)

## 💻 Getting Started

If you want to get a local copy up and running, please follow these steps.

### Prerequisites

To run this project, you need:
- Package manager like npm
- VS code editor or equivalent

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:saied2035/flightfull.git
```

### Install

Install this project with:

```sh
cd fligtfull
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

(back to top)

## 👥 Authors

👤 **Saied Gaffer**

- GitHub: [@saied2035](https://github.com/saied2035)
- Twitter: [@SaiedGaffer](https://twitter.com/SaiedGaffer)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/saiedgaffer/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/saied2035/flightfull/issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Microverse: [microverse community](https://github.com/microverseinc)
- Original Design by : [Murat Korkmaz](https://www.behance.net/muratk)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)