christy313 / react15-project06

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:CSS 54.5%Language:JavaScript 27.1%Language:HTML 18.4%