- 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 !
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.