GithubHelp home page GithubHelp logo

rungta-connect's Introduction

React Social Media App (Rungta Connect)

This is a simple social media application built using React.js. It allows users to post updates, view posts from other users, and interact with them through likes and comments.

Features

  • User Authentication: Users can sign up and log in to their accounts securely.
  • Posting: Logged-in users can create new posts with text and optional links.
  • Feed: The main feed displays posts from all users in chronological order.
  • Likes and Comments: Users can like posts and leave comments on them.
  • Profile: Each user has their own profile with basic information.

Technologies Used

  • React.js: Frontend framework for building the user interface.
  • Firebase: Backend service used for user authentication and database storage (Firestore).
  • React Router: Library for handling routing within the application.
  • PropTypes: Library for typechecking React props.
  • CSS: Stylesheets for styling the components.

Installation

  1. Clone the repository:

https://github.com/jzedee/rungta-connect.git

  1. Install dependencies:

cd rungta-connect npm install

  1. Set up Firebase:

    • Create a Firebase project at https://console.firebase.google.com/
    • Enable Firestore database and authentication (email/password)
    • Copy your Firebase configuration object and replace it in src/firebase/firebase.js
  2. Start the development server:

npm start

  1. Open http://localhost:3000 to view the app in your browser.

Deployment

To deploy the app, run:

npm run build

This will create a production build of the app in the build directory. You can then deploy this build to a hosting service of your choice (e.g., Firebase Hosting, Netlify, Vercel).

License

This project is open to contribute

rungta-connect's People

Contributors

jzedee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.