Skip to content

nickoelsner/mondo-robot-skills-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Art

This project is for the Mondo Robot Skills Assessment

Prompt: The Mondo Robot People Operations Team (People Ops) loves to decorate our work space with original art, including vintage robot statues, toys and posters. People Ops is looking for a tool that allows them to create a list of potential famous robots and have the entire company vote on which of the robots is purchased next for the collection on desktop, mobile, and tablets

Demo at https://mondo-robot-skills-test.vercel.app

Run Locally

  1. Clone the project
  git clone https://github.com/noelsner/mondo-robot-skills-test.git
  1. Navigate to the project directory
  cd mondo-robot-skills-test
  1. Install dependencies
  npm install
  1. Create a .env file the root directory to store the API Key as an environment variable. The API Key for this project is distributed by Mondo Robot.
touch .env

// In .env
REACT_APP_API_KEY=<api key goes here>
  1. Start the server
  npm run start

Open http://localhost:3000 in your browser to see the app. Please note that the app requires the API key to function properly.

Deployment

To deploy this project run

  npm run build

Tested Experience

During development this project was tested to be compatible with:

  • Chrome
  • Firerox
  • Safari
  • iOS