A Frontend Search Engine that fetches anime info https://saucekudasai.kizuren.dev
Find a file
MarcUs7i 965dcf71e1
Merge pull request #2 from MarcUs7i/dependabot/npm_and_yarn/dependencies-5b409d8883
Bump framer-motion from 12.9.2 to 12.9.4 in the dependencies group
2025-05-11 10:13:55 +02:00
.github Added dependabot.yml 2025-04-24 09:06:31 +02:00
public Updated styles to use the dark theme 2025-04-24 08:51:40 +02:00
src Fixed css 2025-05-11 10:09:57 +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 Fixed docker-compose.yml 2025-03-19 08:01:53 +01: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 framer-motion from 12.9.2 to 12.9.4 in the dependencies group 2025-05-05 07:15:11 +00:00
package.json Bump framer-motion from 12.9.2 to 12.9.4 in the dependencies group 2025-05-05 07:15:11 +00:00
README.md Updated README.md 2025-04-24 09:10:41 +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: MarcUs7i

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