Bist du bereit,
die Bits deines Lebens zu entdecken und zu bewahren?
Mache jetzt den ersten Schritt. Es ist an der Zeit, deine täglichen Gedanken und Gefühle nicht nur zu erleben, sondern sie bewusst festzuhalten. Beginne heute damit, deine emotionalen und gedanklichen Bits zu recorden und verleihe deinem Leben eine neue Tiefe und Klarheit.
Registriere dich in nur wenigen Schritten auf FeelData.app und starte dein erstes Recording. Entdecke die Schönheit in den alltäglichen Momenten und gib deinen Erfahrungen einen Platz, an dem sie gewürdigt werden können.
https://feeldata.app/
- TypeScript 99.3%
- JavaScript 0.4%
- CSS 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| .husky | ||
| .opentelemetry | ||
| .storybook | ||
| .tekton | ||
| docs | ||
| jest.config.d | ||
| memory-bank | ||
| prisma | ||
| project_journal/feeldata | ||
| public | ||
| scripts | ||
| src | ||
| tests | ||
| .babelrc.test.json | ||
| .clineignore | ||
| .clinerules | ||
| .containerignore | ||
| .eslintrc.json | ||
| .gitignore | ||
| .nycrc.json | ||
| .prettierignore | ||
| .prettierrc | ||
| .releaserc | ||
| CHANGELOG.md | ||
| container-compose.yaml | ||
| Containerfile | ||
| env.d.ts | ||
| feeldata.xcf | ||
| jsdoc.conf.json | ||
| LICENSE | ||
| next.config.js | ||
| OWNERS | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| postcss.config.js | ||
| README.md | ||
| renovate.json | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
Getting Started
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Testing
This project uses a comprehensive testing strategy with unit, integration, and end-to-end tests.
Test Coverage Dependencies
The following packages are used for test coverage:
@playwright/test- End-to-end testing frameworknyc- Code coverage tool@istanbuljs/nyc-config-typescript- TypeScript configuration for NYCistanbul-lib-coverage&istanbul-lib-instrument- Coverage instrumentationbabel-plugin-istanbul- Babel plugin for coverage instrumentation@babel/plugin-transform-modules-commonjs- Module transformation for testingconcurrently- Run multiple commands concurrently
Running Tests
# Run unit tests
npm run test:unit
# Run integration tests
npm run test:integration
# Run end-to-end tests
npm run test:e2e
# Run all tests with coverage
npm run test:ci