Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adilmezghouti/interview-questions

Interview Problems & Solutions
https://github.com/adilmezghouti/interview-questions

answers eslint interview istanbul mochajs nyc problems questions solutions

Last synced: 27 days ago
JSON representation

Interview Problems & Solutions

Awesome Lists containing this project

README

        

# Interview Problems & Solutions

This project contains solutions for interview problems I find interesting.
I hope this benefits other developers as well.
You can either use yarn or npm for the steps below.

## Installing the dependencies
To get the project working, you need to install all the dependencies first:
```
yarn install
```
## Checking the coding style
To check the coding style against lint, you can run the following command:
```
yarn eslint
```
## Running the solutions

To test the solutions, you can run the corresponding unit tests.
```
yarn test
```

## Built With

* [Nodejs](https://nodejs.org/en/)
* [Mochajs](https://mochajs.org/)
* [Istanbul](https://istanbul.js.org/)
* [Eslint](https://eslint.org/)

## Authors

* Adil Mezghouti

## License

This project is licensed under the MIT License

## Other Projects

* Tech Magazine in french: https://www.leprogrammeurmarocain.com/