https://github.com/ajaparicio36/photobooth-app
A photobooth with flipbook feature, wrapped in Electron.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Repository
A photobooth with flipbook feature, wrapped in Electron.
Basic Info
- Host: GitHub
- Owner: ajaparicio36
- Language: TypeScript
- Default Branch: main
- Size: 324 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Expanding the ESLint configuration
If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
js
export default tseslint.config({
extends: [
// Remove ...tseslint.configs.recommended and replace with this
...tseslint.configs.recommendedTypeChecked,
// Alternatively, use this for stricter rules
...tseslint.configs.strictTypeChecked,
// Optionally, add this for stylistic rules
...tseslint.configs.stylisticTypeChecked,
],
languageOptions: {
// other options...
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
},
})
You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:
```js // eslint.config.js import reactX from 'eslint-plugin-react-x' import reactDom from 'eslint-plugin-react-dom'
export default tseslint.config({ plugins: { // Add the react-x and react-dom plugins 'react-x': reactX, 'react-dom': reactDom, }, rules: { // other rules... // Enable its recommended typescript rules ...reactX.configs['recommended-typescript'].rules, ...reactDom.configs.recommended.rules, }, }) ```
Owner
- Name: Anthony John
- Login: ajaparicio36
- Kind: user
- Location: Philippines
- Twitter: ajaparicio36
- Repositories: 1
- Profile: https://github.com/ajaparicio36
Student from Central Philippine University Studying BS in Software Engineering Acads / Pro Gaming
GitHub Events
Total
- Push event: 13
- Pull request event: 1
- Create event: 3
Last Year
- Push event: 13
- Pull request event: 1
- Create event: 3
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- ajaparicio36 (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- actions/setup-node v4 composite
- actions/upload-artifact v4 composite
- oven-sh/setup-bun v1 composite
- @types/node ^20.0.0 development
- @types/react ^18.2.0 development
- @types/react-dom ^18.2.0 development
- @vitejs/plugin-react-swc ^3.0.0 development
- autoprefixer ^10.4.16 development
- concurrently ^8.0.0 development
- electron ^28.0.0 development
- electron-builder ^24.0.0 development
- postcss ^8.4.32 development
- tailwindcss ^3.3.6 development
- typescript ^5.0.0 development
- vite ^5.0.0 development
- wait-on ^7.0.0 development
- @hookform/resolvers ^5.0.1
- @radix-ui/react-alert-dialog ^1.1.14
- @radix-ui/react-aspect-ratio ^1.1.7
- @radix-ui/react-avatar ^1.1.10
- @radix-ui/react-checkbox ^1.3.2
- @radix-ui/react-dialog ^1.1.14
- @radix-ui/react-dropdown-menu ^2.1.15
- @radix-ui/react-label ^2.1.7
- @radix-ui/react-popover ^1.1.14
- @radix-ui/react-progress ^1.1.7
- @radix-ui/react-scroll-area ^1.2.9
- @radix-ui/react-select ^2.2.5
- @radix-ui/react-separator ^1.1.7
- @radix-ui/react-slider ^1.3.5
- @radix-ui/react-slot ^1.2.3
- @radix-ui/react-switch ^1.2.5
- @radix-ui/react-tabs ^1.1.12
- class-variance-authority ^0.7.1
- clsx ^2.1.1
- embla-carousel-react ^8.6.0
- lucide-react ^0.511.0
- motion ^12.16.0
- next-themes ^0.4.6
- react ^18.2.0
- react-dom ^18.2.0
- react-hook-form ^7.57.0
- react-router-dom ^7.6.1
- sonner ^2.0.5
- tailwind-merge ^3.3.0
- zod ^3.25.49