/ADUN-SOCIAL-OPEN-SOURCE

A social network for the students of Admiralty University of Nigeria.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

ADUN Social

landing page

A social network for the students of Admiralty University of Nigeria.

Goals 📍

  • This project is open source because I want to give room for growing developers in Admiralty University of Nigeria to contribute to the growth of this project and tailor it to their liking as well.
  • The aim of this project is to enable students on campus to connect and interact with eachother online by sharing posts, reacting to the posts of peers by liking or commenting.

I'm still working on this README so there will be more information here about this project with time.

Basic Website Structure 🏗

  • Landing page
  • Authentcation pages (Login/Sign up)
  • News Feed
  • Chats (Coming soon)
  • Profile page

Contributing to ADUN SOCIAL 🛠

Thank you for considering contributing to ADUN SOCIAL! We welcome contributions from developers like you to make our project better.

Please take a moment to review this document for important information about the contribution process.

Table of Contents

Code of Conduct

We want to ensure a positive and respectful environment for all contributors. Please read and adhere to our Code of Conduct.

Getting Started 🎬

Forking the Repository

Click on the "Fork" button at the top right corner of the repository to create your copy of the project.

Cloning Your Fork

Clone your forked repository to your local machine. Replace <your-username> with your GitHub username:

git clone https://github.com/<your-username>/ADUN-SOCIAL-OPEN-SOURCE.git

Setting Up the Development Environment

After cloning your forked repository, do the following:

  • Install dependencies required for the project.
  • Follow the setup instructions in README.md to configure your environment.
  • Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Making Changes

Branching

Create a new branch for the feature or bug fix you're working on:

git checkout -b feature/my-feature

Committing Changes

Make your code changes and commit them with clear, concise messages:

git commit -m "Add new feature: My Feature"

Creating a Pull Request

When your changes are ready for review, create a pull request:

  1. Go to the original repository on GitHub.
  2. Click on "Pull Requests."
  3. Click the "New Pull Request" button.
  4. Select your fork and the branch with your changes.

Title and Description

  • Give your pull request a descriptive title.
  • Provide a detailed description of the changes made, including the purpose and any related issues.

Review and Merge

Your pull request will be reviewed by the maintainers. Make any requested changes if necessary. Once approved, your changes will be merged into the main branch.

Congratulations! You've successfully contributed to ADUN SOCIAL.

Code of Conduct

Please follow our Code of Conduct to ensure a welcoming and inclusive community.

License

By contributing to this project, you agree that your contributions will be licensed under the LICENSE of this project.


Thank you for your interest in improving ADUN SOCIAL. We appreciate your contributions and look forward to collaborating with you!