Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voronianski/swapi-graphql-react-app
SPA that allows to 🔎 search for all human characters in 🌠Star Wars saga.
https://github.com/voronianski/swapi-graphql-react-app
apollo-client basscss graphcms graphql-client react react-router redux star-wars-api
Last synced: about 1 month ago
JSON representation
SPA that allows to 🔎 search for all human characters in 🌠Star Wars saga.
- Host: GitHub
- URL: https://github.com/voronianski/swapi-graphql-react-app
- Owner: voronianski
- Created: 2018-10-20T11:57:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T21:24:49.000Z (over 6 years ago)
- Last Synced: 2025-01-01T11:02:28.220Z (about 1 month ago)
- Topics: apollo-client, basscss, graphcms, graphql-client, react, react-router, redux, star-wars-api
- Language: JavaScript
- Homepage: https://swapi-graphql-react-app.surge.sh
- Size: 328 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swapi-graphql-react-app
[![Build Status](https://travis-ci.org/voronianski/swapi-graphql-react-app.svg?branch=master)](https://travis-ci.org/voronianski/swapi-graphql-react-app)
> Single-page app that allows to search for all human characters in Star Wars saga.
[
](https://graphiql.graphcms.com/simple/v1/swapi)
### [Demo](https://swapi-graphql-react-app.surge.sh)
## What's inside?
- [React v16](https://reactjs.org/)
- [React-router v4](https://reacttraining.com/react-router/)
- [Apollo-client v2](https://www.apollographql.com/docs/react/)
- [Redux v4](https://redux.js.org/)
- [Basscss v7](http://basscss.com/v7/)## Development
This project was created with [create-react-app](https://facebook.github.io/create-react-app/docs/getting-started).
```bash
npm i
npm test
npm start
```---
**MIT Licensed**