Personal web journal/organizer of a blood donor
- TypeScript 94.1%
- PLpgSQL 4.4%
- JavaScript 1.4%
| .github/workflows | ||
| components | ||
| pages | ||
| public | ||
| styles | ||
| supabase | ||
| tests | ||
| utils | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| LICENSE | ||
| middleware.ts | ||
| next.config.js | ||
| package.json | ||
| playwright.config.ts | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| types.ts | ||
| types_db.ts | ||
| yarn.lock | ||
Personal web journal/organizer of a blood donor.
Features
- User authentication - using Supabase
- Update your donation journal - add your donations and disqualifications
- Plan next donations - check the donation dates, broken down by the donation type
- Track progress - check your donation stats and see when can you collect your next badge
Usage
- Install dependencies
$ yarn
- Start the development server
$ yarn dev
- Start the production server
$ yarn prod
License
wiecznydawca is under the terms of the MIT License, following all clarifications stated in the license file.