space-travelers

A single page web application that provides a platform for scientists to get booked for reservations and join missions to space travel.

MIT License

Stars
3

Space Traveler's Hub

Table of Contents

About

A single page web application that provides a platform for scientists to get booked for reservations and join missions to space travel.

Built With

Tech Stack

Database

  • API dependdencies

Key Feature

  • Join missions to space
  • Booked reservation for space travel

Live Demo

Go Live

Getting Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE (code editor) like: VScode, Sublime, etc
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone https://github.com/shafiuyushawu/space-travelers
  1. To access cloned directory run:
cd space-travelers-hub

Install

To install linters and other project's dependencies run:

npm install

Usage

To run the project, execute the following command:

  • Excute below command in the terminal to serve live
npm run dev

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Author:

Authors

Shafiu Ibn Yushawu

Zewdie Habtie

Future Features

  • Mobile version resposiveness.
  • Implement leave mission and cancel reservation functionality in My Profile.

Contributing

Contributions, issues, and feature requests are welcome!

Kindly raise issue here

Show your support

If you like this project, kindly follow me on GitHub

Acknowledgments

Much appreciation goes to microverse and Space X for the availability of the API to practice.

License

This project is MIT licensed.

Related Projects