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

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.

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/).