Skip to content

benloeffel/robofriends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robofriends

Robofriends is a web application built with React that allows you to instantly search a list of Robot friends.

This project was built as part of Andrei Neagoie's Udemy course "The Complete Junior to Senior Web Developer Roadmap (2020)".

Project Status

This project is currently under development.

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation: npm install To Run Test Suite: npm test To Start Server: npm start To Visit App: localhost:3000