Skip to content

bcavs/front-end-interview-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First, install packages via NPM:

npm install

(We currently use node version v12.13.1, so all packages should run within that verison)

Second, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Good to know

You will find styled-components already installed, this is the preferred method for doing CSS styling at Foxtrot. But, if you feel more comfortable using another method, feel free!

What you'll be doing

  • Investigate the comp: https://www.figma.com/file/tFhYREeWNPh4F0BqeycV3k/Coding-Test
  • Scaffold app to your liking
  • Run GET on https://api.foxtrotchicago.com/v5/inventory/aisles/224/items?store_id=6 to retrieve products and groups
  • Whatever else you think is cool! Don't spend an inordinate amount of time on this, but please do highlight your skills!

Running into issues?

  • REACH OUT, just like on the job we're always here to help. Feel free to email anytime: [email protected]

Learn More about Next.js

To learn more about Next.js, take a look at the following resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.4%