This is a React group project.
The Space Travelers' Hub is a React App. It consists of Rockets, Missions, and the My Profile section. It uses Redux as a state management tool.
Space Travelers' Hub
Languages
- React/Redux
- CSS
Bundler
- Webpack
Server
- Github
- Fetch and dsiplay itmes (rockets & missions) to their respective pages
- Allows to reserve items (rockets & missions) or cancel already reserved items
- Shows the reserved items(rockets and mission) on "My Profile" page
- Uses Redux to store the fetched data
- Uses React conditional components to display information
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
git clone https://github.com/Wahaj-Ali/spacetravelers-hub.git
cd spacetravelers-hub
Install this project with:
npm install
To run the project in a development server, execute the following command:
npm start
To run the tests in a development server, execute the following command:
npm test
To to build for the production, execute the following command:
npm run build
You can deploy this project using Github Pages
👤 Wahaj Ali
- GitHub: @Wahaj-Ali
- Twitter: @Ali96Wahaj
- LinkedIn: LinkedIn
👤 Md Tariq-ul Islam
- GitHub: @developertariq
- Twitter: @developer_tariq
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star.
Thanks to all the people who made it possible to complete this project.
Add at least 2 questions new developers would ask when they decide to use your project.
-
What is this project?
- It's a project of micoverse curriculam.
-
Is there any SQL database for this site
- No, there isn't.
This project is MIT licensed.