/jet-log-frontend

This is a real world practical app for leasing planes. Users can reserve planes and need to be authenticated in order to see their reservations.

Primary LanguageJavaScriptMIT LicenseMIT

logo

Microverse README Template

πŸ“— Table of Contents

πŸ“– 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.

πŸ›  Built With

Tech Stack

Client
Server
Database

(back to top)

Key Features

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

(back to top)

Live Demo

πŸ’» 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

git clone `https://github.com/tkz96/jet-log-frontend.git`

2. Navigate to the location of the folder in your machine:

cd jet-log-frontend

3. Install the dependencies

npm install

4. Finally you can run the server:

npm start

Run tests

npm test

Deployment

This app is hosted at https://the-awesome-berkay-akbas-site.netlify.app

(back to top)

πŸ‘₯ Authors

πŸ‘€ Talha Zuberi

πŸ‘€ Bengi GenΓ§

πŸ‘€ Sharon Odhiambo

πŸ‘€ Aquinas Moriasi

πŸ‘€ Berkay Akbas

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

πŸ™ Acknowledgments

(back to top)

⭐️ Show your support ⭐

If you like this project, please give it a ⭐ at jetlog-frontend and jetlog-backend

πŸ“ License

This project is MIT licensed.

(back to top)