Skip to content

matt765/front-end-questions

Repository files navigation

Front-End Questions

Free educational application that contains base of front-end related interview questions.

Tech stack

React, NextJS, TypeScript, SCSS Modules, Zustand, React-PDF

Live link

https://front-end-questions.vercel.app/

Project Structure

├── src
│   ├── app
│   ├── assets
│   │   └── icons
│   ├── components
│   │   ├── common
│   │   ├── layout
│   │   │   ├── navigation
│   │   │   └── topBar
│   │   ├── pdf
│   │   └── questions
│   ├── hooks
│   ├── questionsData
│   ├── services
│   ├── store
│   ├── styles
│   └── utils
└── package.json

How to run

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