Skip to content

xsigik/rohlik-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Example React project

Create a simple React app with Next.js and TypeScript, other libraries (like component library) are up to you.

Requirements:

  • one dashboard page which loads products.json asynchronously, e.g. via fetch() from public folder or from API route
  • products are displayed in a grid (css grid / flex)
  • products can be filtered by name using the search field
  • each product card has buttons "add" and "remove" from the cart
  • the state of the cart is persisted into window.localStorage
  • to submit your code use Github, Gitlab, CodeSandbox, Stackblitz etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published