Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexsprite/dots


https://github.com/hexsprite/dots

Last synced: 5 days ago
JSON representation

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 ID

Question Order determined by the array?

{ question.map(q =>

) }

- Actions

- New Question
- Rename Question
- Reorder Question
- Change Answer (date)