An open API service indexing awesome lists of open source software.

https://github.com/vaibhav18matere/interview-prep

A Comprehensive Resource for Interview Preparation: Mastering DSA Questions, Problem-Solving, Logic Building, and More
https://github.com/vaibhav18matere/interview-prep

dsa-practice interview-preparation javascript-prob leetcode-solutions logic-building machine-coding-interview

Last synced: 2 months ago
JSON representation

A Comprehensive Resource for Interview Preparation: Mastering DSA Questions, Problem-Solving, Logic Building, and More

Awesome Lists containing this project

README

        

# Interview-Prep

## A Comprehensive Resource for Interview Preparation: Mastering DSA Questions, Problem-Solving, Logic Building, and More

### What topics you will see inside
- HTML Quiz
- CSS Quiz
- JavaScript Quiz
- React Quiz
- Guess the Code Output
- JavaScript Polyfills
- HTML Theorey Questions
- CSS Theorey Questions
- GIT Theorey Questions
- JavaScript Theorey Questions
- React Theorey Questions
- NEXTJS Theorey Questions

## Run Locally

Clone the project

```bash
git clone https://github.com/vaibhav18matere/interview-prep.git
```

Go to the project directory

```bash
cd interview-prep
```

Install dependencies
- with npm / pnpm / yarn / bun or anything of your choice
- I will recommand using `pnpm`

```bash
npm install
```

Start the server

```bash
npm run dev
```

- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Contributions

Contributions are always welcome!

See `readme.md` for ways to get started.

Please adhere to this project's `code of conduct`.

### Here's a [list of things](https://github.com/users/vaibhav18matere/projects/8) I'm currently working on and some [active issues](https://github.com/vaibhav18matere/interview-prep/issues). Feel free to raise a pull request if you find any...

## Licence

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)