️ Front End interview preparation materials for busy engineers
Go to file
Nitesh Seram b7d035f392 [web] qns/bookmark: remove isFetching from button isDisabled 2025-09-17 07:42:00 +05:30
.github [repo] ci: run lint and typechecks on all branches 2025-07-03 17:27:40 +08:00
.vscode [repo] eslint: v9 (#1453) 2025-05-15 15:49:09 +08:00
apps [web] qns/bookmark: remove isFetching from button isDisabled 2025-09-17 07:42:00 +05:30
contents [web] misc: revert to 2025-04-08 2025-06-19 18:23:12 +08:00
packages [admin] feat: initial commit 2025-07-08 16:00:32 +08:00
submodules misc: update submodules 2025-09-04 13:35:59 +08:00
.gitignore [translens] add test project 2025-03-17 18:24:06 +08:00
.gitmodules [qns] quiz/react: add top-reactjs-interview-questions as submodule 2024-11-19 19:42:13 +08:00
.npmrc [all] chore: move to pnpm part 2 2023-12-06 19:12:08 +08:00
.prettierignore initial commit 2023-03-20 08:59:10 +08:00
.prettierrc [web] projects(challenge): integrate skills follow up (#335) 2024-02-19 08:09:23 +08:00
README.md [all] chore: move to pnpm 2023-12-06 18:22:05 +08:00
package.json [all] deps: upgrade to pnpm@10.9.0 and node@22.15.0 2025-05-16 01:14:56 +08:00
pnpm-lock.yaml [web] misc: workspace v1.1 and bookmarking feature (#1672) 2025-09-09 11:19:26 +05:30
pnpm-workspace.yaml [all] chore: move to pnpm 2023-12-06 18:22:05 +08:00
turbo.json [repo] prettier@3.5.3 2025-05-15 18:46:50 +08:00

README.md

GreatFrontEnd

This repository is a monorepo using pnpm.

Getting started

Firstly, install pnpm.

Then run the following commands to install node_modules for every app and package.

pnpm i

Important directories

The code base is >95% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Develop

To develop all apps and packages, run the following command:

pnpm dev

Learn more about the power of Turborepo: