Summary

Render company buttons dynamically and sync company buttons with job descriptions.

Live Demo

Ref: Portfolio

File structure

.
├── README.md
└── src
    ├── App.js
    ├── components
    │   ├── CompanyButtons.js
    │   ├── JobInfo.js
    │   ├── Loading.js
    │   └── Title.js
    ├── index.css
    └── index.js

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.