️ Front End interview preparation materials for busy engineers
Go to file
Nitesh Seram e25c1e07e3
[web] qns: update algo question generation script to separate locale agnostic data (#1431)
2025-04-30 12:59:42 +08:00
.github [web] i18n: remove sync script since we also need to translate 2025-04-24 11:27:41 +08:00
.vscode [misc] tweak VS Code settings 2024-03-26 18:38:51 +08:00
apps [web] qns: update algo question generation script to separate locale agnostic data (#1431) 2025-04-30 12:59:42 +08:00
contents [web] misc: update reactjs.org URLs to react.dev (#1428) 2025-04-29 13:46:26 +08:00
packages [langnostic] publish: 0.0.7 2025-04-29 15:42:11 +08:00
submodules [feih] sync 2025-04-08 20:59:27 +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 [web] deps: upgrade script dependencies (#1398) 2025-04-23 03:51:40 +05:30
pnpm-lock.yaml [web] workspace: fix lag on large test strings using virtualization (#1425) 2025-04-29 08:59:00 +08:00
pnpm-workspace.yaml [all] chore: move to pnpm 2023-12-06 18:22:05 +08:00
turbo.json initial commit 2023-03-20 08:59:10 +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: