Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.27 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.27 KB

Companies Aggregator App

You need to create an application that allows to user search companies and show companies information.

Technologies:

  1. ESLint + Prettier
  2. NextJS
  3. React
  4. React Hooks
  5. Typescript
  6. Axios
  7. SASS

Todo:

Markup:

  1. Create main page when user will be able to search companies (design, design 2)
  2. Create page with found companies (design)
  3. Create page with company's profile (design)
  4. Make it mobile friendly (responsive)

Business logic:

  1. Search companies using https://app.informer.md/api/public/search?page=1&per_page=5&company_name=INPUT-VALUE
  2. Show all found companies https://app.informer.md/api/public/search?page=CURRENT_PAGE&company_name=INPUT_VALUE
  3. 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.

Design Source