Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saied2035/flightfull
- Owner: saied2035
- License: mit
- Created: 2023-06-07T12:22:23.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-23T17:39:51.000Z (12 months ago)
- Last Synced: 2023-12-22T18:35:32.595Z (11 months ago)
- Topics: airline-booking, airline-reservation, airlines, es6, eslint, reactjs, redux, redux-toolkit, stylelint, tailwindcss, travel
- Language: JavaScript
- Homepage: https://flightfull.netlify.app/
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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)*
Client
Server
Database
-
PostgreSQL (development) -
CockroachDB (production)
- **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**
- [Live Demo Link](https://flightfull.netlify.app)
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
```
👤 **Saied Gaffer**
- GitHub: [@saied2035](https://github.com/saied2035)
- Twitter: [@SaiedGaffer](https://twitter.com/SaiedGaffer)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/saiedgaffer/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/saied2035/flightfull/issues/).
Give a ⭐️ if you like this project!
- Microverse: [microverse community](https://github.com/microverseinc)
- Original Design by : [Murat Korkmaz](https://www.behance.net/muratk)
This project is [MIT](./LICENSE) licensed.