Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 805 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 805 Bytes

About

Built with Next.js 13 app directory, TypeScript, Prisma, MongoDB, TailwindCSS, Clerk, XState, Headless UI, and Zod.

Since I lost track of the animes I recommend to my friends or forgot what they have recommended me all the time, I bulit this website to help with that.

live => https://recom-phi.vercel.app/

User instructions

Sign Up / Sign In => Follow Users => Recommend them anime

Developer instructions

  • Clone the repository to your local machine

  • Set up MongoDB

  • Set up Clerk

  • Set up .env using the recommendations in the .env.example

  • Install dependencies:

npm install
  • Run the server:
npm run dev

Known Issues

  • Users can't recover their password.