Skip to content

Repository files navigation

JavaScript-Frontend-Interview-Projects-Library

Welcome to the JavaScript-Frontend-Interview-Projects-Library! This repository contains a collection of JavaScript frontend projects that are perfect for interview practice and skill enhancement.

PS. I am using Tailwind CSS for all projects, to reduce effort in styling, and also make it look good at the same time

Table of Contents

Upcoming Projects

  • Food Personality
  • Build your own Pasta
  • Guess the Place (Quiz Game)
  • Maze Runner


Have a Project Idea ? Create a Branch and Code it!

Setting Up Your Project Branch and Folder on GitHub

Follow these steps to create your own branch, set up a project folder, and push your code to GitHub.

Commands

# Clone the repository
git clone <repository_url>
cd <repository_name>

# Create and switch to a new branch
git checkout -b <branch_name>

# Create your project folder
mkdir <project_folder_name>
cd <project_folder_name>

# Add your project files (manually or programmatically)

# Stage and commit your changes
git add .
git commit -m "Initial commit for <project_folder_name>"

# Push your branch to GitHub
git push origin <branch_name>

# (Optional) Keep your branch up-to-date with main
git checkout main
git pull origin main
git checkout <branch_name>
git merge main

Use GitHub Codespaces

GitHub Codespaces allows you to develop directly in the cloud without setting up a local environment.

Steps to Use Codespaces:

  1. Navigate to the repository on GitHub.
  2. Click on the Code button and select Codespaces.
  3. Create a new Codespace or open an existing one for your branch.
  4. Codespaces will automatically set up your development environment.
  5. Make changes and commit directly from the Codespace terminal or editor.

Create a Pull Request

  • Add a description of your changes and submit the pull request.
  • Test your changes thoroughly before creating a pull request.
  • Always add images

About

This repository contains a collection of JavaScript frontend projects that are perfect for interview practice and skill enhancement.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages