Skip to content

kerelist/fetch-me-some-fake-planets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch Me Some Fake Planets

Exercise retrieving and sorting planet data from the SWAPI. Viewable at http://andreakereliuk.com/fetch-swapi/

This project was bootstrapped with Create React App.

Setup

When starting new, first run npm install. To run the dev environment & compiler, run npm start To build for production, run npm run build

Folder Structure

app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    components/
      Pagination.css
      Pagination.js
      Search.css
      Search.js
      Table.css
      Table.js
      TableCells.css
      TableCells.js
    vendor/
      ResponsiveCellHeaders.js
    App.css
    App.js
    config.js
    fetchData.js
    index.css
    index.js
    logo.svg
    mag-grey.svg

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/index.js is the JavaScript entry point.

Thanks

Adrian Roselli for accessible & responsive tables @ http://adrianroselli.com/2017/11/a-responsive-accessible-table.html

About

Exercise retrieving and sorting planet data from the SWAPI & rendering with React - http://andreakereliuk.com/fetch-swapi/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published