Skip to content

maksymchak/stars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React/Router App that uses the Star Wars API

This is a React app that uses the wonderful Star Wars API. This Star Wars App is a place where visitors can explore different peoples, starships and planets from the Star Wars universe. Initially the information is displayed as a title list and when the item link is clicked, additional information is displayed.

Star Wars API

Running

git clone https://github.com/maksymchak/stars.git
npm install
npm start

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

Star Wars API

Folder Structure

After creation, your project should look like this:

todo-list/
  README.md
  .gitignore
  package.json
  package-lock.json
  assets/
  node_modules/
  public/
    index.html
  src/
    index.js
    services/
  components/
    app/
    error-boundry/
    error-button/
    error-indicator/
    header/
    hoc-helpers/
    item-details/
    item-list/
    pages/
    random-planet/
    row/
    spinner/
    swapi-service-context/
    sw-components/

Builds

npm run build`

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Misc

Follow Me: LinkedIn, Facebook, GitHub

©Anton Maksymchak 2019