Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adilmezghouti/interview-questions
- Owner: adilmezghouti
- Created: 2018-11-02T12:11:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T19:58:57.000Z (almost 6 years ago)
- Last Synced: 2024-12-21T01:07:33.058Z (about 1 month ago)
- Topics: answers, eslint, interview, istanbul, mochajs, nyc, problems, questions, solutions
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 solutionsTo 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/