Space Travelers' Hub is a web application designed to assist users in managing their rocket and mission reservations for space travel. The application aims to provide a platform where users can easily book and keep track of their reserved rockets and missions. Additionally, it offers a profile page feature where users can view the details of their reserved rockets and missions.
Client
- React
- JSX
- Redux
Tools
- Visual studio code
-
User-friendly
-
Create React App
-
Reusable components: /components.
-
Setup your router inside of
-
Add 2 routes in your application, each should render a page component
To get a local copy up and running, follow these steps.
- Clone the project unto your local machine
- Open the project with your code editor
- Run npm install to install all the dependencies
- Run npm start to start the server
- Open http://localhost:3000 to view it in the browser.
In order to set up and run the application you need:
- A code editor preferably Visual Studio Code
- A web browser preferably Google chrome.
Basic requirements are needed in order to fully understand how the project fully works :
- Basic knowledge of HTML, CSS, and JS (JavaScript).
- How to work with Git and GitHub.
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/hydaline-code/space-travelers-hub
cd space-travelers-hub
npm install
To run the project run visual studio code and open index.html with liveserver extension
To run tests, run the following command:
- To test css files run:
npx stylelint "**/*.{css,scss}"
- To test javascript files run:
npx eslint "**/*.{js,jsx}"
You can find a live demo in HERE.
👤 Anold Mwawasi
- GitHub: @MPDADDY
- Twitter: @anoldmwawasi
- LinkedIn: anoldmwawasi
👤 brighton mtandi
- GitHub: brighton0102
- Twitter: @brighton_ui
👤 Hydaline
- GitHub: [https://github.com/hydaline-code]
- LinkedIn: [https://www.linkedin.com/in/hydaline-djougang-0851aa21a/]
- Make the app responsive with the mobile version of the App
- User Authentication for the login
- Virtual assistant
- Dark theme
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to give it a star.
I would like to thank the entire Microverse community and family for the support and motivation.
This project is MIT-LICENSE licensed.