Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.34 KB

File metadata and controls

51 lines (29 loc) · 1.34 KB

image

image

image

image

image

Live version of project

About APP

  • JavaScript Interview Questions APP is my first application created using TypeScript, Tailwind, React, Next.js. The main idea of the application is to help you prepare for javascript interviews. The database of questions will be constantly expanded.

! Work is underway on the mobile version in react-native !
image

Getting Started

First, clone the repo on your computer

git clone https://github.com/rafal19987/Interview-Questions-App

Go into folder

cd Interview-Questions-App

Install all dependencies

npm i

Then, you can run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.