Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanessaaleung/ds-interview-prep
A website that helps practice Data Science interview questions
https://github.com/vanessaaleung/ds-interview-prep
data-science firebase react web
Last synced: 8 days ago
JSON representation
A website that helps practice Data Science interview questions
- Host: GitHub
- URL: https://github.com/vanessaaleung/ds-interview-prep
- Owner: vanessaaleung
- Created: 2020-06-20T22:27:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T01:34:28.000Z (over 4 years ago)
- Last Synced: 2024-11-10T22:14:17.470Z (2 months ago)
- Topics: data-science, firebase, react, web
- Homepage: https://ds-interview-fdcb3.web.app/
- Size: 1.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Science Interview Preparation Website
A website that helps practice Data Science interview questionsCheck out the website [here](https://ds-interview-fdcb3.web.app/)
## Features
### 1. Practice questions
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](https://github.com/bvaughn/react-highlight-words) package.
### 2. Contribute questions
Users can contribute their questions to the website. The response will be posted to the database and reviewed by the admin.## Architecture
1. [React](https://reactjs.org/): A JavaScript library for building user interfaces
2. [Firebase Real-time Database](https://firebase.google.com/docs/database): A cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client
3. [Firebase Hosting](https://firebase.google.com/docs/hosting): A production-grade web content hosting for developers## In-development Features
1. Contribution feature - post form to Firebase
2. Add tags for questions
3. Search questions by title & tags
4. Report incorrect questions## Contributing
Please let me know if you want to contribute to this project!