https://github.com/danielmschmidt/questionmaster-angular
https://github.com/danielmschmidt/questionmaster-angular
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmschmidt/questionmaster-angular
- Owner: DanielMSchmidt
- Created: 2013-10-30T19:49:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T07:34:12.000Z (about 8 years ago)
- Last Synced: 2025-03-14T21:17:50.142Z (over 1 year ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
QuestionMaster Angular
======================
This is an angular app, designed to help students to learn a topic, by asking them the Questions they need to know.
Getting Started
---------------
- Use `npm install && bower install` to install all dependencies.
- Use `grunt server` to start the development server
- Use `grunt` to create a build
Todos
------
Refactorings:
- Split different concerns into different files
- move the new question into template / partial
- generate a unique string for each user (Or leave an app specific, not sure if matters)
- Add zurb-foundation
Improvements:
- Provide a possibility to change btw different subjects / topics
- Provide a possibility to take a test
- Provide a possibility to search through your questions
- Add an error screen if localstorage isn't supported
Further Plans:
- Add a simple Rails API, which returns an url for a send topic (to share with friends). This can than be imported in your app (user specific string would bother here)