shekhar-raval / space-x

Space-X api integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide to start app

Live demo on

Click here to see demo

Prerequisite

  • Nodejs version >= 10.0.0
  • npm version >= 6.0.0

Clone app from following repo

git clone https://github.com/shekhar-raval/space-x.git my-app
cd my-app

Install packages using following command

npm install --save
npm start

This will spin development server on

http://localhost:3000

Tech stack used React with Scss

  • Sass for styling and responive design
  • React for single page behaviour
  • Used react hooks
  • React router dom for routing

Lighthouse Report

Alt text

About

Space-X api integration


Languages

Language:JavaScript 63.6%Language:CSS 32.2%Language:HTML 4.2%