space_travelers_hub a dynamic SPA website, using ES6 syntax, modules, and React.
Client
Server
Database
- Create React App
- Components testing
- Babel for compatibility with old browsers
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git SCM
- Visual Studio Code
- Live Server extension
Clone this repository to your desired folder:
git clone https://github.com/jorgeabrahan/space_travelers_hub.git
Or download the ZIP folder.
Once you've cloned the repository simply run:
cd space_travelers_hub
And this should open the directory with all the files from the repository on the command line, to open it in your explorer if you're using windows you can run:
explorer .
To run the project, if you are on the space_travelers_hub folder path on your terminal you can execute the following command:
code .
This will open Visual Studio Code on the folder you're at.
There are no tests configured for this project.
You can deploy this project using GitHub pages by pushing changes to the main branch, of course you'll just be able to do this if you're added as a collaborator in this repository.
👤 Jorge Abrahan
- GitHub: @jorgeabrahan
- LinkedIn: Jorge Abrahan
👤 Nelson Araujo
- GitHub: @NelsonAraujo93
- LinkedIn: Nelson Araujo
- Display more data from the API
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can just cheer me up with a comment 🙂!
Data fetched from the SpaceX API:
Special thanks to my Microverse peer and contributor @NelsonAraujo93
-
What is this project main purpose?
- To practice working with React.
This project is MIT licensed.