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
- Clone the project
git clone https://github.com/noelsner/mondo-robot-skills-test.git
- Navigate to the project directory
cd mondo-robot-skills-test
- Install dependencies
npm install
- 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>
- 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.
To deploy this project run
npm run build
During development this project was tested to be compatible with:
- Chrome
- Firerox
- Safari
- iOS