Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 972 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 972 Bytes

Treiwo- A social media

This repository contains the frontend implementation of a social media clone built using Reactts & vite.


Features

  • Redux: for state management.
  • Tailwind CSS: for styling.
  • Cloudinary Image Storage: Store and manage images efficiently with Cloudinary.
  • JWT Authentication: Secure user authentication.

Installation

  1. Clone the repository:

    git clone https://github.com/Deejai007/social-media-frontend.git
  2. Install dependencies:

    cd social-media-clone-frontend
    npm install
    
  3. Set up environment variables:

     VITE_SERVER_URL=your_backend_api_url
    
  4. Start the server:

    npm run dev

Contributing

Contributions are welcome! Please fork the repository and submit pull requests to contribute.


License

This project is licensed under the MIT License.