Front end client implemented with React and SASS.
cd FortinetOptionalWebApp
npm install
npm run deploy
Now open up index.html file in public
- Designed and implemented the interface of this client with SASS.
- Implemented searching for company by name or its prefix.
- Implemented filtering companies by its company_name or its service_type.
- Used 'node-fetch' to make Ajax calls to fetch data.