The Interview Preparation App is designed to help students prepare for technical interviews. It allows users to search for LeetCode questions categorized by company names and provides resources to solve these problems. The app is built with React and supports smooth pagination and search functionality.
- LeetCode Problem List: Browse LeetCode problems categorized by company.
- Resources: Explore helpful resources for solving the problems.
- Pagination: Navigate through problems and resources with easy-to-use pagination.
- Search: Filter questions based on company names to find the most relevant problems.
- Frontend: ReactJS for the user interface.
- Backend: Uses data fetched from GitHub repositories to display interview questions and resources.
- Data Format: JSON for storing and managing question data.
- LeetCode Questions: The questions are sourced from the GitHub repository LeetCode Questions CompanyWise.
- CSV to JSON Conversion: The raw CSV data is converted into JSON format using this CSV to JSON converter.
- Data Fetching: The app loads interview questions from the GitHub repository.
- Pagination: Questions and resources are split into pages for easy navigation.
- Search: Users can filter questions by company name for quick access to relevant problems.
git clone https://github.com/Piyuzh77/Interview-Preparation-App.git
cd Interview-Preparation-App
npm install
npm start
The app will be available at http://localhost:3000.
Feel free to fork this repository and submit pull requests. Contributions are welcome!
This project is licensed under the MIT License.
Made with 💙 by Piyuzh77