- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 📝 License
Space Travelers' Hub is a SPA which provides users to reserve specific rockets and dragons with a mission which is fetched from external APIs. It also displays the selected services in My Profile page.
Client
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Node.js and npm for package installation.
$ node --version && npm --version
Clone this repository using the GitHub link provided below.
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/AmanWorku/Space-Travelers-Hub.git
Kindly modify the files as needed.
In the project directory, you can run:
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
To run tests, run the following command:
$ npm test
You can deploy this project using:
$ npm run deploy
👤 Omar Farouq
- GitHub: @Ofarouq310
- Twitter: @Ofaouq310
- LinkedIn: @Ofarouq310
👤 Edenlisk
👤 Aman Worku
- GitHub: @AmanWorku
- Twitter: @Amexworku
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Style the entire page to have the look and feel of a real space travel web page.
- Create a new page that will make the user able to choose different kinds of suits from list of imagees.
This project is MIT licensed.