Skip to content

rupali-yadav/frontend-challenges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Challenges

Welcome to the Frontend Interview Challenges repository! This project aims to provide a collection of frontend interview challenges to help developers practice and prepare for frontend job interviews. Whether you are a beginner looking to learn or an experienced developer brushing up on your skills, this repository is a valuable resource.

Contributing

  1. Fork and then clone the repository:
git clone <forked_repo_git_https_url>
  1. Install dependencies:
cd frontend-challenges
npm install
  1. Explore the challenges in the challenges directory.
  2. Create a new folder under challenges directory and add your challenge file (eg. TestChallenge.jsx).
  3. Put the challenge details into challenges.js file
// Ex.
{
        "name": "Challenge Name",
        "contributors": ["<your_github_username>"],
        "source": `${basePath}/<challenge_folder_name>`,
        "component": <COMPONENT_TO_RENDER>
}
  1. Start to code.
  2. Create a new branch, push your changes and raise a PR.

License

MIT

About

Collection of frontend interview challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • CSS 23.2%
  • HTML 5.4%