This repo is created to list down all the popular frontend challenges which 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
- Solutions to React challenges: Click here
- Solutions to VueJs challenges: Click here
- Clone the repo
- JavaScript Challenges
- The challenges are standalone modules. Those can be viewed directly by opening the index file or live server.
- React Challenges
- navigate to
react/
npm install
(only one time installation is needed for all the challenges)npm run dev
- navigate to
- VueJs Challenges
- navigate to
vue/
npm install
(only one time installation is needed for all the challenges)npm run dev
- navigate to
If you want to contribute, improve or suggest changes to this repo, then check out the Contributing Guide
This repository is MIT licensed.