Features:- Responsive UI: Built with Chakra UI and Bootstrap for a responsive and modern design. State Management: Managed with Redux Toolkit for efficient state handling. Routing: Implemented with React Router for seamless navigation. Form Handling: Utilizes React Hook Form for easy form management. Date Picker: Integrated with React Datepicker for date selection. Emoji Picker: Features an emoji picker for enhanced text input. Animations: Uses Framer Motion for smooth animations. Authentication and Data Management: Integrated with Appwrite for backend services.
Installation To get started with My App, follow these steps:
Clone the repository:
Copy code
git clone https://github.com/DivyDeshmukh/Social-Sparrow.git
cd my-appInstall the dependencies:
Copy code
npm installStart the development server:
Copy code
npm run devOpen your browser and navigate to:
Building for Production To create a production build, use:
sh Copy code
npm run build
This will compile the application into static files for deployment.