The goal of this challenge is to implement a single-page web application based on the provided Figma design and data from an API endpoint
Here's the PDF document with more information about the coding assessment:
Note: Ensure you have node js installed - v18.15.0
git clone https://github.com/kay102dev/react-challenge.git
cd react-challenge
npm install
npm run start
- 
mongooseA packages for modeling MongoDB objects designed to work in an asynchronous environment. It supports both promises and callbacks. - 
typescriptA packages that converts files with the extensions .ts or .tsx (TypeScript files) into JavaScript. - 
@types/reactProvides typing for the React library's API and offers intelligent code completion and documentation. - 
@types/react-domProvides typing for the React DOM API and offers intelligent code completion and documentation. 
- 
Please be advised that as an extra step, I have integrated the application with a MongoDB server. The form located at the bottom of the UI is designed to capture the user's favorite brand and subsequently persist this data to a MongoDB server. Following this, the data is retrieved and populated within the UI table.
 - 
Screenshots illustrating these functionalities are included below for your reference.
 



