HridoyHazard / frontend-mini-challenges

Collection of frontend challenges for learning and interviews

Home Page:https://sadanandpai.github.io/frontend-mini-challenges/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mini Challenges

Collection of frontend challenges for learning and interviews

web programming

Show your support by giving a ⭐ to this repo

View all challenges in JavaScript & React


About

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.


Local setup

  • 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
  • VueJs Challenges
    • navigate to vue/
    • npm install (only one time installation is needed for all the challenges)
    • npm run dev

Contributing Guide

If you want to contribute, improve or suggest changes to this repo, then check out the Contributing Guide


Stargazers

Stargazers repo roster for @sadanandpai/frontend-mini-challenges

Forkers

Forkers repo roster for @sadanandpai/frontend-mini-challenges

Contributors


License

This repository is MIT licensed.

About

Collection of frontend challenges for learning and interviews

https://sadanandpai.github.io/frontend-mini-challenges/

License:MIT License


Languages

Language:JavaScript 42.8%Language:TypeScript 18.1%Language:CSS 16.9%Language:HTML 14.0%Language:Vue 4.2%Language:SCSS 4.0%