https://github.com/armancodv/frontend-interview
This repository aims to provide a comprehensive list of frontend interview questions to help you prepare for your next interview.
https://github.com/armancodv/frontend-interview
javascript react typescript
Last synced: 4 months ago
JSON representation
This repository aims to provide a comprehensive list of frontend interview questions to help you prepare for your next interview.
- Host: GitHub
- URL: https://github.com/armancodv/frontend-interview
- Owner: armancodv
- Created: 2024-03-23T17:15:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T18:26:38.000Z (about 2 years ago)
- Last Synced: 2024-04-14T06:57:49.497Z (about 2 years ago)
- Topics: javascript, react, typescript
- Language: TypeScript
- Homepage: https://interview.armanko.com
- Size: 1.12 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Frontend Interview Questions
Welcome to the Frontend Interview Questions repository! This repository aims to provide a comprehensive list of frontend interview questions to help you prepare for your next interview.
## Live Documentation
You can explore the live documentation here:
[Frontend Interview Questions](https://interview.armanko.com/)
## Issues
If you encounter any issues or have suggestions for improvement, please don't hesitate to report them [here](https://github.com/armancodv/frontend-interview/issues/new).
> Your contributions are invaluable! Feel free to contribute by creating a pull request for any reported issues or suggested enhancements.
> Before creating a new issue, please check the existing ones [here](https://github.com/armancodv/frontend-interview/issues) to avoid duplicates.
## Feedback
If you find this project helpful, consider showing your support by starring the repository. Your support motivates us to enhance and expand this project further. ❤️
## Contributing
We welcome contributions from everyone! Check out [contributing page](https://interview.armanko.com/about/contributing.html) to learn how you can contribute.
Alternatively, you can find the contributing guidelines [here](docs/about/contributing.md)
## Run Locally
To run this project locally, follow these simple steps:
1. Clone the project:
```bash
git clone https://github.com/armancodv/frontend-interview.git
```
2. Navigate to the project directory:
```bash
cd frontend-interview
```
3. Install dependencies:
```bash
yarn install
```
> If you don't have Yarn installed, you can download it [here](https://yarnpkg.com/).
4. Start the server:
```bash
yarn dev
```
5. Open [http://localhost:5173/](http://localhost:5173/) in your browser to see the result.
## License
This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).