/web-technical-interview

Technical Challenge for Revive Real Estate

Primary LanguageTypeScript

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Preferred Technology

  • Tailwind css
  • Atomic design
  • NextJS

Exercise #1

We will be building a set of components to create the following example:

Homes list

  • On large screens they will be 4 in a row
  • On small screens they will be listed 1 per row

Exercise #2

The next phase is building a simple sign in page. The example we are building is the following:

Login

  • Use the users.json to authenticate the user
  • Save to localStorage with the user that is authenticated
  • Provide feedback that the user has been authenticated