Are you preparing for a technical interview for a frontend developer post? This is a curated collection of frontend tech interview questions covering most popular frontend technologies/library.
- HTML
- CSS
- JS
- ReactJS
First clone/fork the repo and cd into it.
git clone https://github.com/web2feel/frontend-interviews.git
cd frontend-interviews
Rename the .env.local.example
file to .env.local
# For Development environment
NEXT_PUBLIC_HOST=http://localhost:3000/
# For Production environment
NEXT_PUBLIC_HOST=remote site url goes here
Install the dependencies and run the dev server
npm install
npm run dev