Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/padmakant-baloji/react-starwar-application


https://github.com/padmakant-baloji/react-starwar-application

Last synced: about 1 month ago
JSON representation

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