Welcome to Snapgram, a dynamic social media platform inspired by Instagram's core functionalities. Snapgram enables users to create personalized accounts, share posts, like and save favorite content. Dive into an endless exploration of new content with our infinite scroll feature on the explore page and stay updated with current trends by viewing the top 10 liked posts.
- User Accounts: Sign up to create your unique profile and manage your posts.
- Post Interaction: Share your moments, like and save posts from other users.
- Infinite Scroll: Enjoy a seamless browsing experience on the explore page without the need to manually load more content.
- Top 10 Liked Posts: Easily find the most popular posts displayed prominently on your explore page.
- React.js: For building the user interface.
- Vite: As the front-end build tool.
- Tailwind CSS: For styling the application.
- Tanstack Query: For managing server state, caching, and data synchronization.
- AppWrite: Used for backend data management including user data and posts.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/yourusername/snapgram.git
- Navigate to the project directory
cd snapgram
- Install NPM packages
npm install
- Start the development server
npm run dev
Use Snapgram to share your life moments, connect with friends, and discover new interests through posts. Explore the infinite scroll feature on the explore page and engage with popular content at a glance.
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