An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![image](https://github.com/user-attachments/assets/be13934d-83c2-47f9-8616-49857998fdea)

![image](https://github.com/user-attachments/assets/a38ab437-cafb-4ab9-86d5-339fadfa0c92)

![image](https://github.com/user-attachments/assets/d9b62575-593d-4a4b-ba04-1c1116ceef73)

![image](https://github.com/user-attachments/assets/192f79f7-04fa-471d-89f5-adfa1d1374e6)

![image](https://github.com/user-attachments/assets/35cd5030-3da2-4fdf-9b28-b4ddf7cfdea1)

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

![image](https://github.com/rafal19987/Interview-Questions-App/assets/6312438/6b3ee285-121c-4beb-9242-8ebd26368bc6)

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