Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkz96/jet-log-frontend
https://github.com/tkz96/jet-log-frontend
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkz96/jet-log-frontend
- Owner: tkz96
- License: mit
- Created: 2022-12-01T15:22:31.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-16T12:51:28.000Z (about 2 years ago)
- Last Synced: 2024-05-28T17:50:22.796Z (8 months ago)
- Language: JavaScript
- Size: 7.54 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Microverse README Template
# π 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)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors](#authors)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)This is a real world practical app for renting planes. When the user visits the app they can see all available planes and click on a specific plane to see more details. The user is also authenticated to reserve a plane and see their specific reservations. The app has additional authorization for the admin to add or delete a plane from the database. It's built alongside the [jetlog back-end application](https://github.com/tkz96/jet-log-backend).
Client
Server
Database
- **[Authentication]**
- **[Aeroplanes]**
- **[Aeroplane-Details]**
- **[Reservations]**
- **[Make-Reservations]**
### Live Demo
- This is the [Live Demo Link](https://the-awesome-berkay-akbas-site.netlify.app).
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
- Jetlog Backend
- Node and NPM installed
- git installed [In case you want to clone this repo using your terminal]
- Any IDE or text editor that supports Javascript
### Setup
Clone this repository to your desired folder:
### 1. Clone this repository
```bash command
git clone `https://github.com/tkz96/jet-log-frontend.git`
```
### 2. Navigate to the location of the folder in your machine:
```bash command
cd jet-log-frontend
```
### 3. Install the dependencies
```bash command
npm install
```
### 4. Finally you can run the server:
```bash command
npm start
```
### Run tests
```bash command
npm test
```
### Deployment
This app is hosted at [https://the-awesome-berkay-akbas-site.netlify.app](https://the-awesome-berkay-akbas-site.netlify.app)
π€ **Talha Zuberi**
- GitHub: [@tkz96](https://github.com/tkz96)
- Twitter: [@tkz96](https://twitter.com/tkz96)
- LinkedIn: [Talha Zuberi](https://www.linkedin.com/in/talha-zuberi/)
π€ **Bengi GenΓ§**
- GitHub: [@bengigo](https://github.com/bengigo)
- Twitter: [@bengigo](https://twitter.com/bengi_gb)
- LinkedIn: [Bengi](https://www.linkedin.com/in/bengigenc/)
π€ **Sharon Odhiambo**
- GitHub: [@sharon-odhiambo](https://github.com/sharon-odhiambo)
- Twitter: [@SharonVictor16](https://twitter.com/sharonvictor16)
- LinkedIn: [Sharon Odhiambo](https://www.linkedin.com/in/sharonn-odhiambo/)
π€ **Aquinas Moriasi**
- GitHub: [Aquinas Moriasi](https://github.com/Aquinasmoriasi)
- Twitter: [@Aquinas747](https://twitter.com/Aquinas747)
- LinkedIn: [Aquinas Moriasi](https://twitter.com/aquinas-moriasi)
π€ **Berkay Akbas**
- GitHub: [@berkay-akbas](https://github.com/Berkay-akbas)
- LinkedIn: [Berkay Akbas](https://www.linkedin.com/in/berkay-akbas-a03b3b239/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tkz96/jet-log-frontend/issues).
- Original design by [Murat Korkmaz on Behance](https://www.behance.net/muratk).
## βοΈ Show your support β
If you like this project, please give it a β at [jetlog-frontend](https://github.com/tkz96/jet-log-frontend/stargazers) and [jetlog-backend](https://github.com/tkz96/jet-log-backend/startgazers)
This project is [MIT](./LICENSE) licensed.