Skip to content

Space Travelers is a SPA built with React and Redux, where basic concepts of both technologies were applied, such as a store, actions, and reducers. Pair-Programming was part of the development process.

Notifications You must be signed in to change notification settings

RafaelEchart/React_SpaceTravelers

Repository files navigation

React.js Space Travelers

Space Travelers' Hub is a web application for a company that provides space travel services. The application allow users to book rockets and join selected space missions.

In the profile page, the user can also see what missions/rockets they have joined/booked.

This project was developed using the spaceX API, mainly the missions and rockets endpoints.

screenshot

Built With

  • React js
  • React-Bootstrap
  • Redux
  • Linters: Stylelint and Eslint

Getting Started

To get a local copy up and running follow these simple example steps.

  1. In your terminal, type the following, to clone this repository:
$ git clone https://github.com/RafaelEchart/React_SpaceTravelers.git
  1. After, run the following commands in your terminal:
$ cd React_SpaceTravelers
$ npm install
$ npm start
What are these commands? - the `$ cd` command is used to move to different folders.
- `$ npm install` install all the required dependencies to run the project. - while `$ npm run start` runs the app in the development mode.

Prerequisites

  • Node js installed
  • Visual Studio Code (or any other code editor)
  • Terminal
  • Browser of your preference

Usage

  • After ther 'npm run install' the browser will open with the React.js app

Run tests

  • Check that all the tests are correctly passed🤝

Merge

  • Merge it with your main branch so we can all see your work!!🤝

Authors

👤 Rafael Echart

👤 Vanessa Aoki

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Vanessa Aoki⭐️
  • Rafael Echart⭐️
  • Microverse documentation ⭐️

📝 License

This project is MIT licensed.

About

Space Travelers is a SPA built with React and Redux, where basic concepts of both technologies were applied, such as a store, actions, and reducers. Pair-Programming was part of the development process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published