Interviews is a web application / portfolio page built to showcase interview questions, answers, or a collection of coding problems and solutions. It serves both as a personal reference tool and a public demonstration of your interview preparation.
The app allows users (or yourself) to browse through different interview topics, see solutions, explanations, and maybe filter by difficulty or category.
- Browse interview questions by topic or category
- View detailed solution or explanation for each question
- Filter or search for a particular question or topic
- Organize content (e.g. arrays, string, graphs, dynamic programming)
- Responsive layout for desktop, tablet, and mobile
- Clean UI / UX for easy reading and navigation
- React — frontend logic & rendering
- React Redux and Redux Toolkit — to manage state of content
- JavaScript — handling data, search, filtering
- HTML5 / CSS3 / Sass — structure, styling, responsive design
- Routing / Navigation for moving between question pages
- JSON — storing questions, answers, metadata
- Git & GitHub Pages — version control and deployment
git clone https://github.com/bola-nabil/Interviews.git
cd Interviews
npm install
npm start
Bola Nabil
