Caption Meow is an open-source MIT-licensed social network for cat lovers!
The ultimate creative challenge! Every day, I provide a new photo and challenge you to come up with the wittiest, funniest, and most purr-fect caption you can think of.
My community is full of cat lovers who are always up for a good laugh, so join us and start your day with a smile right meow! You can vote for your favorite captions and compete with other users to see who can come up with the best one.
With Caption Meow, you'll never run out of hilarious cat-related content. So what are you waiting for? Sign up now and let the fun begin!
I created Caption Meow inspired by the popular project Caption Cat - I cloned it and added my own unique twist! I loved the idea of a community of cat lovers coming together to create funny and creative captions for adorable cat photos.
Caption Meow can be used through the website address captionmeow.emre.run.
- User Authentication: Users can register, login, and update their profiles.
- Caption Voting: Users can vote for their favorite captions.
- Post Caption: Users can post funny captions for cat images.
- Leaderboard: Lists users with the most points and can be viewed by everyone.
βββ public
β βββ images
βββ src
β βββ components
β β βββ Aside.jsx
β β βββ Comment.jsx
β β βββ Header.jsx
β β βββ HonorUser.jsx
β β βββ Layout.jsx
β βββ context
β β βββ AfterLoginProvider.jsx
β β βββ AuthProvider.jsx
β βββ pages
β β βββ Home.jsx
β β βββ Login.jsx
β β βββ Settings.jsx
β β βββ Signup.jsx
β β βββ Wall.jsx
β βββ services
β β βββ cats.js
β β βββ comments.js
β β βββ firebase.js
β β βββ users.js
β β βββ votes.js
β βββ main.jsx
β βββ style.css
βββ README.md
βββ vercel.json
βββ vite.config.js
public
: This folder contains static assets such as images used in the project.src
: This is the main source code folder for the project.components
: This folder contains React components that can be used throughout the application, such asAside
,Comment
,Header
,HonorUser
, andLayout
.context
: This folder contains React context providers for managing state and passing data down the component tree, includingAfterLoginProvider
andAuthProvider
.pages
: This folder contains the main pages of the application, includingHome
,Login
,Settings
,Signup
, andWall
.services
: This folder contains JavaScript modules that provide functionality for communicating with external services or APIs, such ascats
,comments
,firebase
,users
, andvotes
.main.jsx
: This is the main entry point for the application.style.css
: This is the main stylesheet for the application.
README.md
: This is the README file that provides information about the project.vercel.json
: This file contains configuration settings for deploying the project to the Vercel platform.vite.config.js
: This file contains configuration settings for the Vite development server.
- Clone the repository to your local machine:
git clone https://github.com/emrecoban/caption-meow.git
- Navigate to the project directory:
cd caption-meow
- Install the dependencies using
npm
:
npm install
npm i react-router-dom
npm i firebase
npm i react-firebase-hooks
- Start the development server:
npm run dev
- Open your web browser and go to http://localhost:5173 to view the application.
Configure Firebase Don't forget to configure the Firebase Config file (src/services/firebase.js)!
That's it! You should now have the project running locally on your machine. If you encounter any issues, be sure to check the project's documentation and issue tracker on GitHub.
Bug reports, feature requests, and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- JavaScript
- React
- React Router
- Vite
- React Firebase Hooks
- Firebase
- Authentication
- Cloud Firestore
- Sponsor to me on GitHub.
- Give a star to this repo.
- Upvote on ProductHunt.
- Follow me on Twitter @emreshepherd, or GitHub @emrecoban.
- Buy me a coffee, or book: https://www.buymeacoffee.com/emrecoban
- React Router
- useContext - React
- Firebase Authentication on Websites
- Firebase Cloud Firestore
- Learn React by Bob Ziroll
- Learn React Router 6 by Bob Ziroll
- Building Full Stack App by Tadnology
- Source of Inspiration: Caption Cat
The Caption Meow is available as open source under the terms of the MIT License.