Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/padmakant-baloji/react-starwar-application
https://github.com/padmakant-baloji/react-starwar-application
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/padmakant-baloji/react-starwar-application
- Owner: padmakant-baloji
- Created: 2019-02-03T07:55:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T11:19:26.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T07:57:51.116Z (2 months ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-starwar-application
## Description
This is simple react application with login and search page.
### Login page
Allows user to login as character from [STAR WARS](https://swapi.co/api/people) using the character name as the USERNAME and birth year as PASSWORD
### Search page
- A TYPE-ALONG SEARCH for planets which gives list of cards with planet details(name, population etc.,).
- Planet name font size in the card is relative to planet population.
##### Only the user 'Luke Skywalker' is able to make more than 10 searches in a minute.
## Installation
Once you have cloned this repository, enter the following commands.
### react-app
```sh
npm install
```
```sh
npm start
```
### server-express
```sh
npm install
```
```sh
node index.js
```
## Usage
You can now access the application on the url http://localhost:8083