# frontend-mini-challenges
**Repository Path**: jakenik/frontend-mini-challenges
## Basic Information
- **Project Name**: frontend-mini-challenges
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-03-02
- **Last Updated**: 2026-03-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Frontend Mini Challenges
Collection of frontend challenges for learning and interviews

[](#stars)
[](#forks)

Show your support by giving a ⭐ to this repo
## About
This repo is created to list down all the popular frontend challenges that are recommended for
learning and interviews. Challenges are solved in vanilla JavaScript, React and VueJs. You can both
play with the UI and view the solutions.
- Solutions to JavaScript challenges:
[Click here](https://github.com/sadanandpai/frontend-mini-challenges/tree/main/apps/javascript/src/challenges)
- Solutions to React challenges:
[Click here](https://github.com/sadanandpai/frontend-mini-challenges/tree/main/apps/react/src/challenges)
- Solutions to VueJs challenges:
[Click here](https://github.com/sadanandpai/frontend-mini-challenges/tree/main/apps/vue/src/challenges)
- Solutions to Angular challenges:
[Click here](https://github.com/sadanandpai/frontend-mini-challenges/tree/main/apps/angular/src/app/challenges)
## Local setup
- Clone the repo
- Run `npm install`
- Run `npm run dev`
- Visit http://localhost:6010/
## Local development with docker
If you have `docker` installed on your local you can run the dev server with `docker-compose` in
watch mode - file changes will be hot-updated.
Run this command from project root:
> docker-compose watch --prune
## Contributing Guide
If you want to contribute, improve, or suggest changes to this repo, then check out the
[Contributing Guide](https://github.com/sadanandpai/frontend-mini-challenges/blob/main/CONTRIBUTING.md)
### Project Maintainers
---
### Contributors
---
### License
This repository is [MIT licensed](./LICENSE).