defaang
defaang copied to clipboard
A website that will curate recently-asked interview questions from FAANG+. Currently inactive. Check out: https://github.com/ykdojo/OpenStream
defaang.io
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.
Demo
https://defaang.io/
How to start frontend (Next.js + Tailwind CSS)
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.
Steps:
-
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
How to deploy the application to Vercel
-
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.
How to set up Supabase
-
Sign up on Supabase here.
-
Create a new Project inside Supabase.
-
Go to
Settings
->API
and copy the ProjectURL
andanon
. -
Create a new file named
.env.local
in the root directory. -
Paste the
URL
andannon
in the.env.local
file like so:
NEXT_PUBLIC_SUPABASE_URL=YOUR_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY
-
Go to the SQL Editor tab inside the Supabase dashboard.
-
Copy the SQL queries from here and paste them in the SQL Editor.
-
Run the queries and you're done.
For more reference, read the Next Quickstart for Supabase
Alternatively, you can immediately open the workspace on Gitpod by clicking the button below:
Contributing
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.
Discord
Join us here.
Streaming
I (YK) stream almost every day showing my progress on this project on Twitch here.