/space-traveller-s-hub

A simple website to view rockets, missions, and dragons from SpaceX API built with React-Reudx. Users can reserve any rocket or dragon and can join any mission, their joined and reserved items are shown on the profile section.

Primary LanguageJavaScriptMIT LicenseMIT

logo

Space Travellers Hub Web Application

📗 Table of Contents

📖 Project Name

Space Travellers Hub Web Application

🛠 Built With

  • HTML, CSS, JavaScript, and ReactJS

Key Features

Describe between 1-3 key features of the application.

  • A Single Page Application (SPA) created using React library.
  • This web application can perform simple calculations and show random quotes.
  • Code is written following JSX syntax.
  • The web application is maintained using Redux store.
  • API calls are made using Redux Async toolkit createAsyncThunk.

(back to top)

🚀 Live Demo

Live demo is available here.

(back to top)

💻 Getting Started

To clone the repository in local environment try following steps.

Prerequisites

  • 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

Setup

Clone the repository using this link

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/PrangonGhose/space-traveller-s-hub.git

Get into development

In the terminal, run these commands to get into development.

$ cd bookstore-with-react

$ npm init -y

$ npm install (install dependencies)

$ npm run build (create the optimized for production)

$ npm start (run the app locally)

Usage

This website is applicable for both mobile and desktop version.

Run tests

Deployment

(back to top)

👥 Authors

👤 Prangon Ghose

👤 Francisco Quintero

👤 Pierre Barba

(back to top)

🔭 Future Features

  • Styling of the webpage
  • Animation to add functionality
  • Adding responsiveness

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Authors would like to thank:

(back to top)

❓ FAQ

(back to top)

📝 License

This project is MIT licensed.