SamantaPM / socialmedia-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Media Project

Welcome to the Social Media Project! This project is aimed at creating a basic social media platform where users can create accounts, connect with friends, share posts, and interact with each other. Please note that this is a demonstration project for a portfolio and only showcases the use of React, Zustand, and TailwindCSS.

Table of Contents

Introduction

Social Media Project is a web application developed using React, Zustand, and TailwindCSS. It provides a platform where users can register, create profiles and share posts.

Demo Project

Url: https://shareme-app-bydevpm.netlify.app/

Features

  • User authentication and authorization.
  • User profile creation.
  • Posting functionality with text, images, and links.
  • Save posts.
  • Search functionality to find posts.
  • Responsive design for mobile and desktop.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/SamantaPM/socialmedia-project.git
    
    
  2. Navigate to the project directory:
     cd socialmedia-project
    
  3. Install dependencies:
     npm install
    
  4. Start the development server:
    npm start
    
  5. Access the application at http://localhost:3000 in your web browser.

License

This project is licensed under the MIT License.

Please note that this is a demonstration project for a portfolio and only showcases the use of React, Zustand, and TailwindCSS.

About


Languages

Language:JavaScript 95.6%Language:HTML 3.6%Language:CSS 0.9%