Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.42 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.42 KB

Simple Social Media Website

This is simple social media website project! This web application allows users to create, update, and delete posts.

Features

  • Create Post:Users can create new posts by entering text and optionally attaching media files.

  • **Update Post:Edit the content of existing posts to keep information up to date.

  • **Delete Post:Remove unwanted posts from the platform.

Technologies Used

  • Frontend: React.js

Getting Started

  1. Clone the repository:

    git clone https://github.com/shrikantg199/Simple_SocialMediaWeb.git
  2. Install dependencies:

    cd your-repository
    npm install
  3. Configure the backend:

    • Follow the instructions in the backend repository to set up your server and database.
  4. Start the frontend development server:

    npm run dev
  5. Open your browser and visit http://localhost:3000 to view the application.

Usage

  1. Create a Post:

    • Click on the "Create Post" button.
    • Enter your post content and, if desired, attach media.
    • Click "Submit" to create the post.
  2. Update a Post:

    • Navigate to the post you want to update.
    • Click on the "Edit" button.
    • Modify the post content and click "Save" to update the post.
  3. Delete a Post:

    • Navigate to the post you want to delete.
    • Click on the "Delete" button.
    • Confirm the deletion to remove the post.