Skip to content

Files

Latest commit

 

History

History
67 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

67 lines (30 loc) · 1.39 KB

Rocket launches

React application utilizing the API https://github.com/r-spacex/SpaceX-API/, presenting information about the latest launch, upcoming launch, as well as lists of past launches and upcoming launches.

System Images

Description

The purpose of this application is to provide users with up-to-date information about SpaceX launches. It fetches data from the SpaceX API and displays it in an easy-to-understand format. Users can view details about the latest launch, upcoming launches, as well as browse through past launches.

Features

  • Display information about the latest SpaceX launch.
  • Display information about the upcoming SpaceX launch.
  • Display a list of past SpaceX launches.
  • Display a list of upcoming SpaceX launches.

Technologies Used

  • React
  • SpaceX API
  • SASS

Installation:

To clone this project, you need to have node and npm installed globally on your machine.

Run the following command to install the project dependencies:

npm install

After installing the dependencies, you can start the React application:

npm start

This will start the development server and open the application in your default web browser.

localhost:3000/