A Frontend Search Engine that fetches anime info https://saucekudasai.kizuren.dev
Find a file
dependabot[bot] 09af193850
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [framer-motion](https://github.com/motiondivision/motion), [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `framer-motion` from 12.23.24 to 12.23.25
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/motiondivision/motion/compare/v12.23.24...v12.23.25)

Updates `react` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react)

Updates `react-dom` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react-dom)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.23.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-version: 19.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 06:19:59 +00:00
.github Updated docker files 2025-07-04 18:46:20 +02:00
public Updated styles to use the dark theme 2025-04-24 08:51:40 +02:00
src Updated docker files 2025-07-04 18:46:20 +02:00
.gitignore Initial commit 2025-03-18 22:52:59 +01:00
docker-compose-build.yml Updated docker files and package-lock.json 2025-03-18 23:11:13 +01:00
docker-compose.yml Updated docker files 2025-07-04 18:46:20 +02:00
Dockerfile Updated docker files and package-lock.json 2025-03-18 23:11:13 +01:00
jsconfig.json Initial commit 2025-03-18 22:52:59 +01:00
LICENSE Initial commit 2025-03-18 22:52:59 +01:00
package-lock.json Bump the dependencies group with 3 updates 2025-12-08 06:19:59 +00:00
package.json Bump the dependencies group with 3 updates 2025-12-08 06:19:59 +00:00
README.md Updated docker files 2025-07-04 18:46:20 +02:00

SauceKudasai

SauceKudasai

A Frontend Search Engine that fetches anime info based on the image provided using trace.moe and AniList API

Requirements

Development:

  • Node.JS

Deployment:

  • docker

Development

npm install
npm run dev

Deployment via docker:

Using image:

docker compose up -d

Building image:

docker compose -f docker-compose-build.yml up -d

Author

Original: Ayush Gupta
Modified by: Kizuren

Original repository: https://github.com/ayushgptaa/SauceKudasai