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)".
This project is currently under development.
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