https://github.com/rafal19987/interview-questions-app-nextjs-tailwind-typescript-supabase
My very first app was created with Next.js, TypeScript, and Supabase. I'm using this application to prepare for interviews on JavaScript topics. In the near future, a version for mobile devices using react-native technology will be created.
https://github.com/rafal19987/interview-questions-app-nextjs-tailwind-typescript-supabase
2023 conventional-commits first-project frontned interview-questions javascript-questions junior-developer nextjs13 supabase tailwindcss typescript
Last synced: 5 days ago
JSON representation
My very first app was created with Next.js, TypeScript, and Supabase. I'm using this application to prepare for interviews on JavaScript topics. In the near future, a version for mobile devices using react-native technology will be created.
- Host: GitHub
- URL: https://github.com/rafal19987/interview-questions-app-nextjs-tailwind-typescript-supabase
- Owner: rafal19987
- License: mit
- Created: 2023-04-24T19:13:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T14:21:24.000Z (11 months ago)
- Last Synced: 2025-03-14T12:34:44.897Z (3 months ago)
- Topics: 2023, conventional-commits, first-project, frontned, interview-questions, javascript-questions, junior-developer, nextjs13, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://interview-questions-app.vercel.app
- Size: 4.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README





# Live version of project
- https://interview-questions-app.vercel.app/
# 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 !
# Getting Started
First, clone the repo on your computer
```bash
git clone https://github.com/rafal19987/Interview-Questions-App
```Go into folder
```bash
cd Interview-Questions-App
```Install all dependencies
```bash
npm i
```Then, you can run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.