Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.08 KB

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