We are seeking a capable developer to build a front-end application using either React or Next.js, combined with TypeScript. Your choice of framework should be based on your preference and expertise. The application should closely align with the designs found in this Figma file. It is essential that the application utilises Styled Components for styling.
React was used for building the application. Follow the steps to setup on the application
- Install dependencies
yarn install
Now you are ready to run the application.:
yarn start
This contains all styled components. It is setup in a block format where all the dependency are inside the folder. Dependencies like the styles , types and hooks(if need be). The project is quite small and so all the dependencies are all in the same file.
All generic styles used in various parts of the project for basic styling. It is also have media query for responsive design.
Generic functions used by various components to improve performance and also for abstractions of function
General configurations used in the project
Mocked data for tests.
Representation of each modules. It will be used to determine component loaded on a particular route
Generic interface to define the structure and shape of an object.
They are helper functions.