Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tkz96/jet-log-frontend


https://github.com/tkz96/jet-log-frontend

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        


logo

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)

# πŸ“– Jetlog Front-End

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).

## πŸ›  Built With

### Tech Stack

Client

Server

Database

(back to top)

### Key Features

- **[Authentication]**
- **[Aeroplanes]**
- **[Aeroplane-Details]**
- **[Reservations]**
- **[Make-Reservations]**

(back to top)

### Live Demo
- This is the [Live Demo Link](https://the-awesome-berkay-akbas-site.netlify.app).

## πŸ’» Getting Started

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)

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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/)

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tkz96/jet-log-frontend/issues).

(back to top)

## πŸ™ Acknowledgments

- Original design by [Murat Korkmaz on Behance](https://www.behance.net/muratk).

(back to top)

## ⭐️ 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)

## πŸ“ License

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

(back to top)