mattfookoo / MyAnimeCatalog

Home Page:https://my-anime-catalog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Anime Catalog

1

Next JS    TailwindCSS    TypeScript
Prisma    MySQL    PlanetScale
Vercel


Tech Stack β€’ Features β€’ Contributing


What is My Anime Catalog?

My Anime Catalog is a simple application, built for you to quickly keep up to date with the most recent popular animes! Within the application, you can organize animes you have watched, plan to watch, and are in the process of watching. You can view details on animes, search animes, view popular seasonal animes, & check the animes playing today! We designed it as a mobile-friendly website, bring My Anime Catalog with you anywhere πŸŽ†

Getting Started

If you want to try out My Anime Catalog, check it out here!

If you are interested in contributing to My Anime Catalog, fork and clone this repo. Navigate to the root directory and install the dependencies e.g:

npm install

then

npm run dev

Make sure you make your own .env file and fill it with the variables found in the .env.example file in the root directory!

Tech Stack

We built this application with typesafety in mind! From the client to the database, everything is typed and we chose our tech stack to accomplish this! As devs, the experience using these tools is also amazing. When using APIs on the frontend, IntelliSense helps us autocomplete fields for efficient workflow and type errors are quickly caught before compile time. Check the links above if you are interested in learning more about any of the tools we used!


For styling, we chose Tailwind CSS because of the fast workflow, especially when building mobile-friendly applications. Built in screen breakpoints make it easy to define different styles for varying screen sizes. If you value speed, consistency, and flexibility in their CSS workflow without the need to write CSS in a separate file or defining classess/IDs for the purpose of styling it's definitely worth checking out Tailwind CSS!

Features

Home Page

🟣

🟣

Daily Schedule

🟣

🟣

Authentication

🟣

🟣

My List

🟣

🟣

Profile

🟣

🟣

Contributing

If you are interested in contributing, feel free to submit an issue or a pull request! My Anime Catalog is open source and we would be thrilled to welcome contributions from other developers excited about the project!

About

https://my-anime-catalog.vercel.app

License:MIT License


Languages

Language:TypeScript 90.7%Language:JavaScript 8.0%Language:CSS 1.3%