I am currently working on this project, and I plan to add visual elements, such as screenshots or demo videos, at a later stage:)
A modern Social Media Application built with React JS, Appwrite, Tailwind CSS, React Query, and the magic of shadcn.
Explore the Demo- Introduction
- Features
- Getting Started
- Technologies Used
- Project Structure
- Storage & Database Design
- Glimpses
- Contributors
StellarNet is a cutting-edge Social Media App designed to foster meaningful connections and seamless content sharing. It merges a sleek user interface with robust backend services to provide an unparalleled user experience.
- Responsive Design: StellarNet adapts to various devices, providing a consistent experience.
- Appwrite Integration: Leverage the power of Appwrite for backend services, ensuring security and scalability.
- Tailwind CSS Styling: A beautiful, customizable UI made possible by Tailwind CSS.
- React Query: Effortlessly manage and synchronize your app's state.
Before you begin, ensure you have the following tools installed:
-
Clone the repository:
git clone https://github.com/falselunatic/StellarNet.git
-
Install dependencies:
cd stellarnet npm install
-
Configure Appwrite:
- Follow the Appwrite installation guide to set up Appwrite services.
- Update the Appwrite configuration in your project.
-
Start the development server:
npm start
-
Open your browser:
Navigate to http://localhost:5173 to see StellarNet in action.
- React JS: A declarative and efficient JavaScript library for building user interfaces.
- Appwrite: An open-source backend server perfect for your app's backend needs.
- Tailwind CSS: A utility-first CSS framework for building modern designs.
- React Query: A library for managing, caching, and synchronizing state.
/src
: Contains the source code for the React application./public
: Public assets.