https://github.com/nishitbaria/opengrame
OpenGrame is a modern social media app that allows users to connect, share, and explore content in a seamless and engaging way.
https://github.com/nishitbaria/opengrame
appwrite react react-query tailwindcss typescript
Last synced: 12 months ago
JSON representation
OpenGrame is a modern social media app that allows users to connect, share, and explore content in a seamless and engaging way.
- Host: GitHub
- URL: https://github.com/nishitbaria/opengrame
- Owner: Nishitbaria
- License: mit
- Created: 2023-11-05T07:39:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T13:22:27.000Z (over 1 year ago)
- Last Synced: 2025-03-26T09:11:12.821Z (12 months ago)
- Topics: appwrite, react, react-query, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://opengram.vercel.app/
- Size: 7.85 MB
- Stars: 30
- Watchers: 4
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# OpenGrame

## OpenGrame is a modern social media app that allows users to connect, share, and explore content in a seamless and engaging way.
## Featured In
Event Logo
Event Name
Event Description
GirlScript Summer of Code 2024
GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development. Click here to get the guidelines.
## Table of Contents
* [Technologies Used](https://github.com/Nishitbaria/OpenGrame?tab=readme-ov-file#technologies-used)
* [Features](https://github.com/Nishitbaria/OpenGrame?tab=readme-ov-file#features)
* [Getting Started](https://github.com/Nishitbaria/OpenGrame?tab=readme-ov-file#getting-started)
* [Pre-requisites](https://github.com/Nishitbaria/OpenGrame?tab=readme-ov-file#prerequisites)
* [Installation](https://github.com/Nishitbaria/OpenGrame?tab=readme-ov-file#installation)
## Technologies Used
- **Frontend:**
- React
- TypeScript
- Tailwind CSS
- Shadcn (for additional styling assets)
- **Backend:**
- Appwrite (Backend as a Service)
- **Data Fetching and Infinite Scroll:**
- React Query
## Features
- **User Authentication:** Secure user authentication system powered by Appwrite, ensuring the safety of user data.
- **Responsive Design:** A responsive and mobile-friendly UI to provide a consistent experience across devices.
- **Stylish UI with Tailwind CSS:** Utilizing the power of Tailwind CSS to create a visually appealing and customizable user interface.
- **Efficient Data Fetching:** React Query is employed for efficient data fetching, ensuring optimal performance and responsiveness.
- **Infinite Scroll:** Seamless and smooth infinite scroll functionality for an uninterrupted browsing experience.
## Getting Started
### Prerequisites
- Node.js and npm installed on your machine.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/Nishitbaria/OpenGrame/
```
2. Navigate to the project directory:
```bash
cd OpenGrame
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
The app should now be running at [http://localhost:5173](http://localhost:5173).
5. Example .env You can be used in your localhost
```
VITE_APPWRITE_PROJECT_ID="663e1d6f0023b552e5d1"
VITE_APPWRITE_URL="https://cloud.appwrite.io/v1"
VITE_APPWRITE_STORAGE_ID="65478ceca6d8a49b3cf1"
VITE_APPWRITE_DATABASE_ID="3j22cy28uc3"
VITE_APPWRITE_SAVES_COLLECTION_ID="65479a44782ab930d6f3"
VITE_APPWRITE_USERS_COLLECTION_ID="65479b3f3ff36d0c3fa6"
VITE_APPWRITE_POSTS_COLLECTION_ID="65479a1224b7d12ccb6e"
VITE_APPWRITE_STORIES_COLLECTION_ID=664c1dba0005c3bb2eae
```
Our Contributors ❤️
Thank you for contributing to our repository

## Acknowledgments
- This project was initially inspired by the tutorials from JavaScript Mastery. A special thanks to them for the foundational knowledge that Give me to kickstarted this project. current I am actively maintaining this project also thank to appwrite who provides good back-end as service