Skip to content

adamfadly/react-mui-zustand-boiler

 
 

Repository files navigation

Developer Test: React/MUI

Objective:

Develop a React component using Material-UI that has a text input and a chip. Ensure the input and the chip's label are synchronized using Zustand.

Setup:

  1. Fork the provided boilerplate repository: https://github.com/desentio/react-mui-zustand-boiler.

  2. Install the dependencies:

cd react-mui-zustand-boiler
npm install

Task:

Recreate the folowing screen and make sure the value of the inpuds is synced to the chip using the store. Donnt worry to much about the visuals.

Screenshot 2023-08-25 at 11 52 15

Submission:

  1. Once completed, create a pull request (PR) to your repository
  2. Share the link to your forked repository and the PR for review.

Good luck!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 7.6%
  • CSS 1.2%