Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjuliao/react_space_travelers
React app fetching space-x api's.
https://github.com/gjuliao/react_space_travelers
Last synced: about 1 month ago
JSON representation
React app fetching space-x api's.
- Host: GitHub
- URL: https://github.com/gjuliao/react_space_travelers
- Owner: gjuliao
- Created: 2023-01-30T18:01:32.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-13T19:29:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T16:42:08.930Z (3 months ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse
# 📗 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 tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**Space Travelers** Is a website app that fetches information about the [Space-X API](https://docs.spacexdata.com/). It's built in React while pair programming with Kanban Board projects.
>
Client
- **Dynamic content using React**
- [Live Demo Space Travelers App](https://spacex-project-6lca.onrender.com/)
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
### Setup
Clone this repository to your desired folder:
1. Download the **Zip** file or clone the repo with:
`bash git clone [email protected]:gjuliao/Space-Travelers.git`
2. To access cloned directory run:
`bash cd space-travelers `
3. Open it with the live server
### Install
> To install linters and other project's dependencies run:
> `bash npm install `
### Usage
To run the project, execute the following command:
### Run tests
To run tests, run the following command:
Test for Linters For tracking linter errors locally you need to follow these steps:
1. For tracking linter errors in HTML files run:
`bash npx hint . `
2. For tracking linter errors in CSS or SASS files run:
`bash npx stylelint "**/*.{css,scss}" `
3. For tracking linter errors in javascript files run:
`bash npx eslint . `
### Deployment
You can deploy this project using:
👤 **Juan Zorrilla**
👤 **Giovanni Juliao**
- GitHub: [@gjuliao](https://github.com/gjuliao)
- GitHub: [@Swarzstein](https://github.com/Swarzstein/)
- [ ] **[Add navigation bar]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]([../../issues/](https://github.com/gjuliao/Space-Travelers/issues).
> Write a message to encourage readers to support your project
If you like this project please give us a star!
> Give credit to everyone who inspired your codebase.
I would like to thank Microverse for making the introduction.
This project is [MIT](./license) licensed.