This is simple react application with login and search page.
Allows user to login as character from STAR WARS using the character name as the USERNAME and birth year as PASSWORD
- 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.
Once you have cloned this repository, enter the following commands.
npm install
npm start
npm install
node index.js
You can now access the application on the url http://localhost:8083