jongryn / robofriends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robofriends

Find your Robo Friends!

A Robo Friend Finder Application With React/Tachyons/RobohashAPI/JSONPlaceholderAPI/Heroku

Description

This application demonstrates a simple React application with a front end implemented with HTML/CSS and elements from the Tachyons framework. It utilizes Robo Hash API to display various robots and JSON Placeholder to create a REST API for testing and prototyping.

The user may enter any robot name to search it on the REST API.

Demo

The demo of the Robo Friend Finer Application can be found here.

Installation

To run the application locally, first clone this repository with the following command.

git clone git@github.com:jongryn/robofriends.git

Next, install the application dependencies.

cd robofriends
npm install

Finally, run the node server locally.

npm start

Now, open the local application on port 3000 at the URL: http://localhost:3000/.

Enjoy and find your Robo Friend!

Updates: 2019 ...

About


Languages

Language:JavaScript 81.9%Language:HTML 14.0%Language:CSS 4.1%