raviqqe/pomodoro

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.cspell.json
.firebaserc
.github/dependabot.yml
.github/workflows/dependabot.yaml
.github/workflows/main.yaml
.github/workflows/security.yaml
.gitignore
LICENSE
README.md
firebase.json
firestore.indexes.json
firestore.rules
index.html
package-lock.json
package.json
public/icon.svg
src/configuration.json
src/infrastructure/react/__snapshots__/App.test.tsx.snap
src/infrastructure/react/__snapshots__/Button.test.tsx.snap
src/infrastructure/react/__snapshots__/CircleButton.test.tsx.snap
src/infrastructure/react/__snapshots__/Home.test.tsx.snap
src/infrastructure/react/__snapshots__/Landing.test.tsx.snap
src/infrastructure/react/__snapshots__/PerformanceGraph.test.tsx.snap
src/infrastructure/react/__snapshots__/SignIn.test.tsx.snap
src/infrastructure/react/__snapshots__/SignOut.test.tsx.snap
src/infrastructure/react/__snapshots__/TextButton.test.tsx.snap
src/infrastructure/react/__snapshots__/Timer.test.tsx.snap
src/infrastructure/react/__snapshots__/ViewGraph.test.tsx.snap
src/infrastructure/react/__snapshots__/ViewTimer.test.tsx.snap
tsconfig.json
eslint.config.js1
src/application.ts1
src/application/application-initializer.test.ts9
src/application/application-initializer.ts13
src/application/authentication-controller.ts5
src/application/authentication-presenter.ts3
src/application/notification-controller.ts3
src/application/notification-presenter.ts3
src/application/performance-graph-presenter.ts4
src/application/performance-graph-viewer.test.ts55
src/application/performance-graph-viewer.ts40
src/application/performance-graph.ts3
src/application/performance-record-repository.ts7
src/application/performance-record.ts4
src/application/performance-tracker.test.ts56
src/application/performance-tracker.ts28
src/application/pomodoro-timer-presenter.ts6
src/application/pomodoro-timer-starter.test.ts21
src/application/pomodoro-timer-starter.ts12
src/application/pomodoro-timer-state.ts5