piesieomane / space-traveler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Travelers

The Space Travelers is a a React, Redux application based on the SpaceX API.

  • In this application we're fetching the returned data from the API in the Redux store.

  • The user can reserve a rocket and it'll update the state automatically, reserve a dragon and it'll update the state automatically, and also the user can join a mission in this application.

Built With

  • React
  • Redux
  • CSS
  • Javascript

Dev Dependencies

  • React-routerDOM
  • Redux-toolkit
  • eslint
  • React-test-renderer
  • createAsyncThunk

Live Demo

Getting Started

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

  • Copy this link https://github.com/piesieomane/space-traveller.git.
  • Get the directory that you want to clone the repository.
  • Open the command prompt in this directory.
  • Write git clone https://github.com/piesieomane/space-traveller.git``.
  • Go to the repository folder in your command prompt, run cd space-travellers-hub.
  • Run npm install

Prerequisites

  1. NodeJS
  2. NPM

Build

Type these commands into the terminal:

  • npm run build
  • Open dist/index.html in your web browser.

Run the application in local environment

Type this command in your terminal

  • npm run start
  • Your web browser will open on localhost

Run tests

Type this command into the terminal:

  • npm run test

Authors

👤 Omane Piesie Yeboah

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is not licensed.

About


Languages

Language:JavaScript 74.2%Language:CSS 16.7%Language:HTML 9.2%