Assessment for the Position of Developer in SABIC.
- Clone the repository:
git clone https://github.com/dezvoltabehroz/sabic-test.git
- Install dependencies:
npm install
- Run the development server:
npm run start
- Open the application in your browser:
http://localhost:4200
- Set up the base-level dashboard structure, including the sidebar and main content page.
- Implemented public API calls to fetch and display data on the dashboard.
- Configured routing to navigate between different sections of the dashboard.
- Added necessary styles and components to achieve the desired layout and functionality.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.