/bauhaus-interview-project

Boilerplate project for Team Bauhaus interviews

Primary LanguageHTML

Team Bauhaus Technical Interview

Getting Started

  1. Fork this repo
  2. Create a web app based on the provided Figma wireframe; https://www.figma.com/file/prwc5wnVsizQqodL9juIss/Wireframe-(Community)?node-id=0%3A1
  3. Use the following API url to retrieve the data; https://guileless-sopapillas-50e236.netlify.app/articles.json
  4. Display all the description and image fields from the provided data
  5. Implement a filter mechanism to filter the data based on the category field from the provided data
  6. Push all your work up to github
  7. Come to the next interview ready to show and talk about the work you did 🙂

Available Scripts

This boilerplate is built upon Create React App and supports the following scripts:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.