Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 507 Bytes

Intro

As part of a 6 week React Workshop, this was the final project. A website that feeds off a space news Rest API, making use of good project and component organization and the core hooks/APIs of React.

Deployed here: https://ben2box.github.io/react-spacenews-spa/

Set it up

Clone the repo, install dependencies (eg: npm install) and run it (eg: npm start)

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.