Operations
To track daily activities and expenses for reflection.
TO DEV
npm start
to start it up- needs a
.env
file withCONNSTRING
var for your local database
TODOS
style a basic "day" template.- Build out static version.
make settings panel toggle-able- make expenses section in day toggle-able
write function to populate total expensesuse CSS grid for calendar:reverse chrono the days (is hardcoded for now)have "today" be centered and yesterday on its right
- add breakpoints!
Figure out how data will be structured and input.- Allow updates from the client.
- Deploy a demo to heroku.
- Implement user auth?
- Use:
- webpack
- SCSS
- HTML components
- graphQL
- https://emojisymbols.com for emoji
- https://svelte.technology/guide
- Bugginess
- sticky menu header thing is pushed up by grid
Stack
- Languages and libraries
- HTML
- CSS
- Vanilla JavaScript
- PostgreSQL
- NPM packages (of note)
- Express
- pg
- join-monster
- GraphQL
- express-graphql
- Development tools
-
VS Code
-
PSQL
-
GraphiQL
-
live-server (npm module)
-
NPM packages (of note)
- nodemon
- dotenv
-