My Favorites is a web application that allows users to create a profile and select their four favorite films, anime, music, or games. Users can then share their profile with others via a unique URL.
- Create a personalized profile
- Add links to your Spotify, Steam, Letterboxd, and MyAnimeList profiles
- Get recommendations for favorites based on your linked profiles
- Select and showcase your top four favorite films, anime, music, or games
- Share your profile with others using a unique URL
- React
- Next.js
- Tailwind CSS
- shadcn/ui
- Supabase
To get a local copy up and running, follow these simple steps:
Make sure you have the following installed on your local machine:
- Node.js (v14.x or higher)
- Bun (v0.1.2 or higher)
-
Clone the repository:
git clone https://github.com/yourusername/my-favorites.git cd my-favorites
-
Install dependencies:
bun install
-
Set up Supabase:
- Create a new project on Supabase.
- Obtain your Supabase URL and API Key.
- Create a
.env.local
file in the root directory and add your Supabase credentials:NEXT_PUBLIC_SUPABASE_URL=your-supabase-url NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
-
Run the development server:
bun run dev
Open http://localhost:3000 to view it in the browser.
-
Create your profile:
- Enter your name and choose your favorite film, anime, music, and game.
-
Add your links:
- Provide links to your Spotify, Steam, Letterboxd, and MyAnimeList profiles for a more personalized experience.
-
Get recommendations:
- Based on your linked profiles, receive recommendations for films, anime, music, and games you might enjoy.
-
Share your profile:
- After creating your profile, you'll have a unique URL that you can share with others to showcase your favorites
(http://myfavorites.bio/USERNAME)
.
- After creating your profile, you'll have a unique URL that you can share with others to showcase your favorites
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.