A website that will curate recently-asked interview questions from FAANG+ to help people practice & prep!
The questions will be submitted anonymously, or at least semi-anonymously. We'll ensure that no matter who submits them, we won't reveal the usernames, emails or any other personal info unless they explicitly choose to do so.
Make sure you have git and npm installed in your local machine.
The repository has a .vscode
folder that contains settings.json
and extensions.json
. The settings.json
file configures your VS Code editor to use eslint
and prettier
on every code save action (ctrl + s
). The extension.json
file contains a list of VS Code extensions, VS Code will show these extensions as suggestions in the extensions tab. After installing these extensions, auto linting and formatting should start working.
-
Clone this repo
git clone https://github.com/ykdojo/defaang.git
-
Go into the project root directory
cd defaang
-
Install all the dependencies
npm install
-
Start the application development server
npm run dev
-
Ensure you have a vercel account. If not, sign up for one here.
-
Import the project into vercel.
-
Give vercel the nessecary permissions, deploy the projects and voila the deployment is done.
-
Sign up on Supabase here.
-
Create a new Project inside Supabase
-
Go to settings -> API and copy the Project
URL
andAnon/Public
-
Paste the values in the .env.template at
NEXT_PUBLIC_SUPABASE_URL
for the URL andNEXT_PUBLIC_SUPABASE_ANON_KEY
for the anon. -
Go to the SQL Editor Page inside the Supabase Dashboard
-
Click User Management Starter and then run
-
Change the .env.template to .env.local and all is done.
For more reference watch the Next Quickstart for Supabase
After you have installed defaang on your local machine, head over to our CONTRIBUTING.md guide to assist with all you need to know before getting started with making changes to the codebase.
Join us here.
You can find YK's original tweet here.