ferryal / space-stock

Space Stock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Stock Web App

Space stock web app, this app has 6 features including:

  1. List space page. Displays space lists up to 20 space using endpoints from heroku. Each list displays space name, desc, location & button to redirect detail.
  2. Space details. Displays space data details using the endpoint from heroku parameter id. Space details display the space images, names, desc, location and maps.
  3. Pagination space button, this button functions to paginate space.

Tech Stack

  1. React
  2. Redux
  3. Axios
  4. NodeJs
  5. NPM
  6. Yarn
  7. Heroku

Install Package

npm install / yarn install

Setup Development Mode

npm start / yarn start

Access localhost

http://localhost:3000/space

endpoint deploy using heroku

https://rest-space.herokuapp.com/place

https://rest-space.herokuapp.com/place/:id

About

Space Stock


Languages

Language:JavaScript 77.9%Language:CSS 12.5%Language:HTML 9.6%