Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muskan2532150/space-travelers-hub

Build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
https://github.com/muskan2532150/space-travelers-hub

api create-react-app linters react-jest react-redux reactjs sass vite

Last synced: 25 days ago
JSON representation

Build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

Awesome Lists containing this project

README

        

### User Interface

# 📗 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Linters](#run-tests)
- [Screenshot](#screenshot)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contribute](#contribute)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 🧑‍💻 Space Travelers Hub

> ** Space Traveler Hub is an innovative mobile application designed to make space travel more accessible and user friendly than ever before. The app allows users to book flights on a variety of spacecraft, access information on space-related events and activities, and even learn the basics of space travel.**

## 🛠 Built With

### Tech Stack

Technologies

### Key Features

> Anyone can see my latest projects that I created and know more about me.

(back to top)

## 🚀 Live Demo

> Link to your deployed project.

- [**See Project 🚀**](https://muskan2532150.github.io/Space-Travelers-Hub/)

(back to top)

## 💻 Getting Started

> In order to start with this project do as follows :

To get a local copy up and running, follow these steps.

### Prerequisites

- Good Knowlege on HTML and CSS (Semantics,Box-Model, Background style and Image Tag, Flexbox, Grid and Media Query)
- Install Node.js, Npm Copy the linters from https://github.com/microverseinc/linters-config/tree/master/html-css
- Please install the HTML, CSS and Lighthouse linters using Node Package Manager by typing below commands

* npm install -g @lhci/[email protected] (For LightHouse linter)
* npm install --save-dev [email protected]
[ -f .hintrc ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css/.hintrc (For HTML linter)
* npm install --save-dev [email protected] [email protected] [email protected] [email protected]
[ -f .stylelintrc.json ] || wget https://raw.githubusercontent.com/microverseinc/linters-config/master/html-css/.stylelintrc.json

### Setup

- **use "git clone https://github.com/muskan2532150/Space-Travelers-Hub.git"**
- `cd Space-Travelers-Hub`

### Run Linters

I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work no matters have worked on html, css and js you can use below commands

- In order to run the linter test on `index.html` or any html file. Use below command

`npx hint .`

- To run linter test on stylesheets. Use below command

`npx stylelint "**/*.{css,scss}"`

- To run linter test on javascript files. Use below command

`npx eslint .`

**it will automatically correct the errors**

(back to top)

## 👥 Authors

#### 👤 **Muskan Gupta**

- GitHub: [Muskan Gupta](https://github.com/muskan2532150)
- Twitter: [Muskan Gupta](https://twitter.com/muskan2532150)
- Linkedin: [Muskan Gupta](https://www.linkedin.com/in/muskan-gupt/)

#### 👤 **Kibirige John**

- Github: [John-Kibrige](https://github.com/John-Kibirige)
- Twitter: [kibirigejohn005](https://twitter.com/kibirigejohn005)
- LinkedIn: [Kibirige John](https://www.linkedin.com/in/kibirigejohn005/)

(back to top)

## 🔭 Future Features

> In upcoming weeks I will add some features as mentioned below

- [ ] **Add full features like sign-up, sign-in and API**

(back to top)

## 🤝 Contribute

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project then please give a ⭐️ and also share your feedback using github_issues.

(back to top)

## Acknowledgments
- [Space-Travelers-Hub](https://github.com/microverseinc/curriculum-react-redux/blob/main/group-project/project_space_travelers_hub.md)

(back to top)

## 📝 License

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

(back to top)