This project is a social networking platform powered by Next.js. It aims to provide a Facebook-like experience to users, enabling them to add friends, post images/text, and create profiles.
- Authentication: Users can authenticate using Google, Facebook, or email/password.
- Add Friends: Users can add friends.
- Posting: Users can create posts containing images and text.
- Profile Creation: Each user can create a personalized profile.
- Search: The platform includes a search function for users to find posts.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone <your-repo-url>
# Go into the repository
$ cd <your-repo-directory>
# Install dependencies
$ npm install
# Run the app
$ npm run dev