https://social-media-qnqvxju7w-brady-burns-projects.vercel.app/
This Social Media App, developed by Brady Burns, is a dynamic and interactive platform designed for seamless social networking. Built with Next.js and TypeScript, it combines robust functionality with an intuitive user experience, ideal for connecting individuals across the globe.
- User Authentication: Secure sign-up, login, and logout functionality.
- Profile Customization: Users can personalize their profiles with images, bios, and more.
- Content Posting: Allows users to post text, images, and videos.
- Next.js: For server-side rendering and static site generation.
- TypeScript: Ensuring type safety and enhancing code quality.
- Supabase: For the database.
Provide instructions on how to install and run your app locally. For instance:
git clone https://github.com/burnsie000/social-media.git
cd social-media
npm install
npm run dev