ibratnawaz / machine-coding-questions

This repo contains the multiple apps which are the solution to the questions asked to me during machine coding interview for companies like Atlassian, Siemens, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you find this helpful, kindly give it a ⭐. Follow me for more machine coding interview questions.

This repo is made using Turborepo Vite starter

Step-1: Cloning

clone the repo

Step-3: Running all the apps parallely

npm i
npm run dev

About Turborepo

This is an official starter Turborepo.

Using this example

Run the following command:

npx create-turbo@latest -e with-vite

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • docs: a vanilla vite ts app
  • web: another vanilla vite ts app
  • ui: a stub component & utility library shared by both web and docs applications
  • eslint-config-custom: shared eslint configurations
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

About

This repo contains the multiple apps which are the solution to the questions asked to me during machine coding interview for companies like Atlassian, Siemens, etc.


Languages

Language:TypeScript 62.8%Language:CSS 18.6%Language:JavaScript 12.9%Language:HTML 5.8%