</a>
INSCALE Assessment
This is an assessment for INSCALE which is done by Alireza Safian. It is React application and includes a table component which displays list of employees’ details.
Build
React.js has been used as the main framework and tailwindcss as CSS framework:
Getting started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Prerequisites
- Application environment
node v13.10.1 yarn 1.22.0
- Local development & builds
node v13.10.1 yarn 1.22.0
Installation
git clone https://github.com/your_username_/Project-Name.git FOLDER_NAME
cd FOLDER_NAME
npm install // or yarn
Running the tests
npm run test // or yarn test
Build
npm run build // or yarn build
Run
npm run start // or yarn start
Open http://localhost:3000 to view it in the browser.
Deployment
Author
- Alireza Safian - Initial work