AnimeGram is a social media platform designed for anime lovers to share their favorite moments, discuss episodes, and connect with fellow fans in a vibrant community. With a sleek and intuitive interface reminiscent of Instagram, AnimeGram provides a familiar experience with a focus on anime-centric content. Click here to visit
Profile Creation: Users can create personalized profiles favorite anime lists.
Feed: Infinite Scroll through a customizable feed of posts from followed users and favorite anime.
Uploads: Share images from your favorite anime series.
Likes and Comments: Interact with posts by liking and leaving comments to express your thoughts.
Explore: Discover new anime series, trending posts, and popular hashtags.
To run AnimeGram locally, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/your-username/animegram.git
Navigate to the project directory:
cd animegram
Install dependencies:
npm install
Start the development server:
npm start
Open your browser to view AnimeGram.
React: Frontend user interface and component management.
Appwrite: Backend services for authentication, database, and storage.
Tailwind CSS: Custom styling for a visually appealing user interface.
React Router: Client-side routing for navigation between pages.
We welcome contributions from the community to improve AnimeGram. To contribute:
Fork the repository. Create a new branch
git checkout -b feature/improvement
Make your changes. Commit your changes
git commit -am 'Add new feature'
Push to the branch
git push origin feature/improvement
Create a new Pull Request.
Acknowledgments Special thanks to the React, Appwrite and JSM communities for their invaluable resources.