/Advertyzement_Frontend

This simple project done for Advertyzement hiring process assessment. Visit the given link for the result.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Advertyzement Assignment for Frontend

This simple project done for Advertyzement hiring process assessment.

Problem Statement

Create a web application using create-react-app:

  1. Create a User card grid layout having navbar showing any brand name
  2. Add a button in the navbar saying 'Get Users', which makes an API call to get the user data
  3. Use https://reqres.in/api/users?page=1 to get the data
  4. Show a loader while the API fetches the data.
  5. Bonus points for using custom CSS/SASS/styled-components.
  6. Bonus points for clean code.

You can design your own UI for this, make it simple.

Deployment

This Application is hosted on netlify.

Link : https://serene-roentgen-7d8925.netlify.app/

Instructions to run on your local system:

  1. clone this repository
git clone https://github.com/susanka068/Advertyzement_Frontend.git
  1. Install the dependencies
npm install
  1. run the project in developement mode
npm start
  1. Open http://localhost:3000 to view it in the browser.

preview