Describe your project in 1 or 2 sentences.
Simple Page Application created with React and Redux and uses an SpaceX API to show the Rockets, Missions and Dragons. The user can reserve any Rocket, Mission or Dragon and display it in My Profile's page.
Describe the tech stack and include only the relevant sections that apply to your project.
Language
Storage
Database
Describe between 1-3 key features of the application.
- [key_feature_1]
- [key_feature_2]
- [key_feature_3]
Add a link to your deployed project.
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
To have installed node.js and Git
Clone this repository to your desired folder:
-
First enter the folder you want to save the project.
cd my-folder
-
After moving into the directory you want to save the project you could clone it using the terminal.
git clone git@github.com:NurkaAmre/space-travelers-hub.git
Install this project with:
cd space-travelers-hub
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm run test
Mention all of the collaborators of this project.
👤 Nurgul
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Davian
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Describe 1 - 3 features you will add to the project.
- [Improve styling]
- [Add draons page]
- [Add more functionalyties]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
Give credit to everyone who inspired your codebase.
I would like to thank [https://docs.spacexdata.com/]
Add at least 2 questions new developers would ask when they decide to use your project.
-
[Can I add more styling]
- [Yes you can]
-
[Can I add more rockets ?]
- [No U need to talk with API]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.