rudicarrilloypr / socials

classic example of a blog website; fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rudi Carrillo logo

Socials App ๐Ÿ‘ฅ

Socials Banner

๐Ÿ“— Table of Contents

๐Ÿ“– Socials App

Socials App it's classic example of a blog website; fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts. The website also allows users to follow other users and see their posts in their feed.

๐Ÿ›  Built With

  • Ruby on Rails
  • CSS

Tech Stack

Client
Server

Key Features

  • Database
  • Posts
  • Comments
  • Likes
  • Followers
  • API

(back to top)

๐Ÿ’ป Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

Before you proceed, ensure that you have the following installed on your machine:

  • Node.js (v12 or above)
  • npm (Node Package Manager)

Setup

Clone this repository to your desired folder:

  git clone git@github.com:rudicarrilloypr/socials.git

Install

Install the project dependencies with:

  npm install

Usage

To run the project, execute the following command:

  npm run build

Run tests

To run tests, run the following command:

  npm start
  • Open your web browser and visit http://localhost:8080.
  • You should now see socials application running in your browser.

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Rudi Carrillo

๐Ÿ‘ค Dievo Vidal Lopez

(back to top)

๐Ÿ™๐Ÿป Acknowledgements

I'd like to express my gratitude to everyone who made this project possible.

Thanks again to everyone who believed in this project and helped make it a reality!

๐Ÿ”ฎ Future Features

  • Improve UI design
  • Like with icons
  • Add profile picture
  • Add Bio to each profile

(back to top)

๐Ÿค Contributing

Contributions are welcome! If you find any bugs or want to enhance the project with new features, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make the necessary changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request describing your changes.

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project, please consider supporting us! Your support helps us to continue developing and improving our project for everyone to enjoy. Whether it's a small donation, sharing the project with your friends, or contributing your skills and expertise, every little bit makes a huge difference. With your support, we can create something truly amazing together. Thank you for being a part of our community and helping us to make a difference!

(back to top)

โ“ FAQ

  • How do I set up the project?

    • Clone the repository from GitHub, and see the Setup section above for details.
  • How can I contribute to the project?

    1. Fork the repository on GitHub.
    2. Create a new branch for your changes using git checkout -b my-feature-branch.
    3. Make your changes and commit them with descriptive commit messages.
    4. Push your changes to your forked repository.
    5. Submit a pull request to the original repository.
    6. Wait for feedback and iterate on your changes as needed.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

About

classic example of a blog website; fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.


Languages

Language:Ruby 72.3%Language:HTML 26.4%Language:JavaScript 1.3%Language:SCSS 0.0%