Free educational application that contains base of front-end related interview questions and JavaScript console for code exercises.
React, NextJS, TypeScript, SCSS Modules, Zustand, React-PDF
https://front-end-questions.vercel.app/
├── src
│ ├── app
│ ├── assets
│ │ └── icons
│ ├── components
│ │ ├── common
│ │ ├── layout
│ │ │ ├── navigation
│ │ │ └── topBar
│ │ ├── pdf
│ │ └── questions
│ ├── hooks
│ ├── questionsData
│ ├── services
│ ├── store
│ ├── styles
│ └── utils
└── package.json
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site |