A website that helps practice Data Science interview questions
Check out the website here
A random question is fetched from the database and the users can type their answers in the text box.
After the users submitting their answers, the correct answers will be displayed and the matching strings in the answer will be highlighted. The highlight feature is supported by the react-highlight-words package.
Users can contribute their questions to the website. The response will be posted to the database and reviewed by the admin.
- React: A JavaScript library for building user interfaces
- Firebase Real-time Database: A cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client
- Firebase Hosting: A production-grade web content hosting for developers
- Contribution feature - post form to Firebase
- Add tags for questions
- Search questions by title & tags
- Report incorrect questions
Please let me know if you want to contribute to this project!