Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexsprite/dots
https://github.com/hexsprite/dots
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexsprite/dots
- Owner: hexsprite
- Created: 2017-01-23T00:32:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-23T05:28:56.000Z (about 8 years ago)
- Last Synced: 2024-12-01T09:44:58.892Z (2 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Running
`npm i`
`npm run dev`Basic Idea
- you can track any number of questions
- each one is a new row
- the columns are the days of the month
- by default would just show the current month- Since rows could be added at any times and reordered we could organize by
having an "Question" type and an "Answer" type. The Answer will link to the
question via IDQuestion Order determined by the array?
{ question.map(q =>
) }- Actions
- New Question
- Rename Question
- Reorder Question
- Change Answer (date)