I | Features |
---|---|
1 | It's a simple to do list, to add, to edit and to delete |
2 | Nevertheless, google account athorization was required |
3 | So, the lists could be actually stored as reminder for the next time |
a.3 DEMO
I | SOP |
---|---|
dev | yarn & create your own firebase account -> yarn dev |
build | yarn build |
- components
- auth.js (logic for login)
- main.js (layout and function for the main page)
- pages
- _app.js
- _document.js
- _index.js ( component)
- public
- fonts
- ocr-a.ttf (the loading of this font family file was written in global.css)
- ...
- fonts
- styles
- globals.css (src: url('/fonts/ocr-a.ttf') format('truetype');)
- Home.module.css (css for main.js)
- utilis
- firebase.js (init, auth, store)
- firebaseAction.js (the logic to manipulate the firebase)
- .env.local
- .env.production
- jsonconfig.json (for shorting the import's path)
- nex.config.js
- ...
Collections | Documents | Fields |
---|---|---|
user's id | every note in list | {id,name,checked} |