ryansheehy0 / Black_And_White

A simple social media app for just posting text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black & White

A simple social media app for just posting text.

Description

Black And White is a social media app for posting text. Our app provides a space for users to express themselves through written content and like other users posted text, and also allows individuals to share their thoughts, opinions, and experiences with a wide audience.

Table of Contents

Installation

To run this application locally, follow these steps:

  1. Clone the repository to your local machine:
  2. Install the project dependencies:
    • cd Black_And_White
    • npm install
  3. Create a .env file in the project root and add your environment variables (e.g., DN_NAME, JWT_SECRET).
  4. Run the application:
    • npm run dev
  5. Open your web browser and navigate to http://localhost:3000 to access the application.

Usage

Once you have the application up and running, follow these steps:

  1. Register for an account or log in if you already have one.
  2. After logging in, you can look at other people's posts on the home page.
  3. You can click the @ button to see the posts you made
  4. And while on the @ page you can create a new post by clicking the New Post button at the bottom.

Features

  • User authentication and registration.
  • User-friendly interface for posting and viewing post.
  • Filter posts by date or by likes. By using these filters, you can easily narrow down the posts that you want to see based on the dates they were created or look at the most popular posts.
  • Users have the ability to unlike posts if desired.
  • Endless scrolling to see more posts

Tests

Just install and run the app.

REPOSITORY

https://github.com/ryansheehy0/Black_And_White

DEPLOYED LIVE URL

https://ryansheehy0-black-and-white-419cf18db9b9.herokuapp.com/

Technologies

Screen-shots

Minimum Viable Product 1

Screen-shot

Final Product

screen-shot screen-shot

About

A simple social media app for just posting text.


Languages

Language:JavaScript 93.9%Language:CSS 5.1%Language:HTML 1.0%