Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadanandpai/frontend-mini-challenges
Collection of frontend challenges for learning and interviews
https://github.com/sadanandpai/frontend-mini-challenges
css frontend frontend-interview-questions html5 interview-questions javascript javascript-interview-questions
Last synced: 25 days ago
JSON representation
Collection of frontend challenges for learning and interviews
- Host: GitHub
- URL: https://github.com/sadanandpai/frontend-mini-challenges
- Owner: sadanandpai
- License: mit
- Created: 2021-06-28T17:36:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T18:15:07.000Z (7 months ago)
- Last Synced: 2024-04-14T06:17:47.018Z (7 months ago)
- Topics: css, frontend, frontend-interview-questions, html5, interview-questions, javascript, javascript-interview-questions
- Language: JavaScript
- Homepage: https://sadanandpai.github.io/frontend-mini-challenges/
- Size: 20.4 MB
- Stars: 1,838
- Watchers: 19
- Forks: 449
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Frontend Mini Challenges
Collection of frontend challenges for learning and interviews
[![](https://img.shields.io/github/stars/sadanandpai/frontend-mini-challenges?style=for-the-badge)](#stars)
[![](https://img.shields.io/github/forks/sadanandpai/frontend-mini-challenges?style=for-the-badge)](#forks)
Show your support by giving a ⭐ to this repo
Explore all challenges
## 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/
## 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).