https://github.com/catalinasy/starwars-challenge
:sparkles: A starwars character search built with React
https://github.com/catalinasy/starwars-challenge
challenge javascript react starwars starwars-api
Last synced: 2 months ago
JSON representation
:sparkles: A starwars character search built with React
- Host: GitHub
- URL: https://github.com/catalinasy/starwars-challenge
- Owner: catalinasy
- Created: 2019-04-29T23:46:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T23:35:30.000Z (about 7 years ago)
- Last Synced: 2025-09-14T23:02:41.035Z (10 months ago)
- Topics: challenge, javascript, react, starwars, starwars-api
- Language: JavaScript
- Homepage:
- Size: 534 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StarWars API Searcher
This is a search application that works with the StarWars API.
It relies on React for component rendering and state management. Also vanilla javascript ASYNC/AWAIT is used :)
## Getting Started
Clone this repo
Exec `npm install`
Exec `npm run start`
## Usage
Go to `http://localhost:3000`
The UI is pretty simple, just enter the name of a StarWars character in the input box and hit `Search!` this will hit the API and get back the StarWars movies that have that character.
Enjoy :heart: