- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
This is an app that lets you view different rockets list and missions list and be able to reserve a rocket and join a mission.
React
Redux
Javascript
- Reserve A Rocket
- Join A Mission
Please click the link below to check the demo
In this app, we have different topics being fetched from the API. You then can join mission and reserve a rocket. The app is built with React, Redux and JavaScript. You should develop a first working version of the app following a wireframe.
To get a local copy up and running, follow these steps:
- Clone the project from this link: https://github.com/lmunozm1702/spacex-react-redux.git
In order to run this project you need:
- Web browser
- Code editor
- Good internet connection
Clone this repository to your desired folder by using the following command:
cd my-folder
git clone https://github.com/lmunozm1702/spacex-react-redux.git
Install these npm dependencies by running the commands below:
cd spacex-react-redux
npm install
To run the project, execute the following command:
npm start
This will open the browser and be able to pull data from the server
To run tests, run the following command:
npm test
👤 Luis Muñoz
- GitHub: @lmunozm1702
- Email: l.munoz.m@outlook.com
- Twitter: @lmunozm1702
👤 Amanuel Galema
- GitHub: @amexabee
- Email: amexabee@yahoo.com
- Twitter: @i_amanuel
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like our project, please reach out and support us
I would like to thank all who inspired us during the project
Add at least 2 questions new developers would ask when they decide to use your project.
-
Can i run it on my local machine or do i need to host it on the internet?
- [Yes you can run it on your local machine. Just make sure that you install the required dependecies as stated in the installation part above]
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.