1
0
Fork 0
Personal web journal/organizer of a blood donor
  • TypeScript 94.1%
  • PLpgSQL 4.4%
  • JavaScript 1.4%
Find a file
2022-12-14 14:16:43 +01:00
.github/workflows feat: Replace Cypress with Playwright 2022-12-14 14:16:43 +01:00
components feat(client): Fix HTML form validation 2022-11-02 15:07:04 +01:00
pages feat(client): Minor meta fixes 2022-11-02 14:21:28 +01:00
public feat(client): Minor meta fixes 2022-11-02 14:21:28 +01:00
styles feat(project): Initialize NextJS project and form components 2022-10-19 23:55:20 +02:00
supabase feat(client): Ustawienia konta - zmiana adresu email i nazwy 2022-10-31 19:18:59 +01:00
tests feat: Replace Cypress with Playwright 2022-12-14 14:16:43 +01:00
utils feat(server): Move useEffect functionality to getServerSideProps 2022-11-02 12:52:25 +01:00
.env.example feat(project): Initialize NextJS project and form components 2022-10-19 23:55:20 +02:00
.eslintrc.json feat(project): Initialize NextJS project and form components 2022-10-19 23:55:20 +02:00
.gitignore feat: Replace Cypress with Playwright 2022-12-14 14:16:43 +01:00
LICENSE docs: Add MIT license 2022-11-01 21:25:51 +01:00
middleware.ts feat(project): Refactor authentication and add journal 2022-10-29 17:36:16 +02:00
next.config.js feat(project): Initialize NextJS project and form components 2022-10-19 23:55:20 +02:00
package.json feat: Replace Cypress with Playwright 2022-12-14 14:16:43 +01:00
playwright.config.ts feat: Replace Cypress with Playwright 2022-12-14 14:16:43 +01:00
postcss.config.js feat(project): Initialize NextJS project and form components 2022-10-19 23:55:20 +02:00
README.md docs: Minor command change 2022-11-02 14:30:50 +01:00
tailwind.config.js fix(client): Fix styles 2022-11-02 13:56:34 +01:00
tsconfig.json feat(server): Upgrade to NextJS 13 2022-11-01 19:08:57 +01:00
types.ts feat(supabase): Add types for DB objects and SQL schema 2022-10-29 17:33:06 +02:00
types_db.ts feat(client): Calculate total blood donated for badges 2022-10-30 09:57:21 +01:00
yarn.lock feat: Replace Cypress with Playwright 2022-12-14 14:16:43 +01:00

Personal web journal/organizer of a blood donor.

MIT License

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.