You need to create an application that allows to user search companies and show companies information.
- ESLint + Prettier
- NextJS
- React
- React Hooks
- Typescript
- Axios
- SASS
- Create main page when user will be able to search companies (design, design 2)
- Create page with found companies (design)
- Create page with company's profile (design)
- Make it mobile friendly (responsive)
- Search companies using https://app.informer.md/api/public/search?page=1&per_page=5&company_name=INPUT-VALUE
- Show all found companies https://app.informer.md/api/public/search?page=CURRENT_PAGE&company_name=INPUT_VALUE
- Show company's profile https://app.informer.md/api/public/company?slug=COMPANY_SLUG
The screens with pages are not just example, make your pages similar as possible.