Giter VIP home page Giter VIP logo

feed0's Introduction

Feed0: Empowering Student Voices

Version- v1.1
Date- 15th August,2023
Next Update- Soon (Forums UI, Comments, Likes, Share, User Profile )
Live Demo

Feed0 is a dynamic social media application tailored exclusively for students in educational institutions. Built using cutting-edge technologies like React, Node.js, and MongoDB, Feed0 provides a secure and anonymous space for students to express their opinions, discuss grievances, and engage in meaningful conversations, while ensuring their privacy. Join us in fostering a vibrant community where students can share, connect, and contribute to a positive educational experience.



Follow these steps to run Feed0

Installation

Install dependencies for both the frontend & backend:

npm run install:all
Start the backend and frontend servers concurrently :
npm start
Only Start the frontend:
npm run start:frontend
Only Start the backend:
npm run start:backend

Contributing

We welcome contributions from the community to make Feed0 better for everyone. Whether you're a developer, designer, or enthusiast, there are ways you can contribute.

Getting Started

  1. Fork the Repository: Start by forking the repository to your GitHub account.
  2. Clone your Fork:: Clone the forked repository to your local machine using the following command:
git clone https://github.com/ImKKingshuk/Feed0.git
  1. Install dependencies: Install dependencies for both the frontend & backend:
npm run install:all

Making Contributions

  1. Create a New Branch: Create a new branch for your contributions:
git checkout -b yourbranch/your-feature-name
  1. Always Sync Repo: Before starting any work, sync your local repository with the upstream (original) repository to ensure you have the latest changes:
git fetch upstream
git checkout main
git merge upstream/main
  1. Code Changes: Make the necessary code changes, improvements, or bug fixes in your branch.
  2. Testing: Ensure that your changes are thoroughly tested. Run tests if applicable and make sure existing tests pass.
  3. Commit Changes: Commit your changes with a clear and descriptive commit message:
git commit -m "Add feature: your-feature-name"
  1. Stay Updated To Avoid Conflicts:: While working on your feature, it's a good practice to frequently pull the latest changes from the upstream repository to avoid conflicts:
git pull upstream main
  1. Push your changes to your forked repository on GitHub::
git push origin yourbranch/your-feature-name
  1. Create a Pull Request: Open a pull request from your fork to the main repository. Provide a detailed description of your changes, why they are needed, and any relevant information.

๐Ÿ˜Š Thank You, We appreciate your contributions ๐Ÿ˜Š

feed0's People

Contributors

imkkingshuk avatar puskar-roy avatar

Watchers

 avatar

Forkers

puskar-roy

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.