Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/muskan2532150/space-travelers-hub
- Owner: muskan2532150
- License: mit
- Created: 2022-09-26T11:53:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T09:49:38.000Z (over 1 year ago)
- Last Synced: 2024-10-04T05:41:46.474Z (about 1 month ago)
- Topics: api, create-react-app, linters, react-jest, react-redux, reactjs, sass, vite
- Language: JavaScript
- Homepage: https://muskan2532150.github.io/Space-Travelers-Hub/
- Size: 2.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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 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.**
Technologies
> Anyone can see my latest projects that I created and know more about me.
> Link to your deployed project.
- [**See Project 🚀**](https://muskan2532150.github.io/Space-Travelers-Hub/)
> 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**
#### 👤 **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/)
> In upcoming weeks I will add some features as mentioned below
- [ ] **Add full features like sign-up, sign-in and API**
> 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.
## Acknowledgments
- [Space-Travelers-Hub](https://github.com/microverseinc/curriculum-react-redux/blob/main/group-project/project_space_travelers_hub.md)
This project is [MIT](./LICENSE) licensed.