Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Labeddit

Social media based on Reddit
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Deploy
  4. Usage
  5. BackEnd Repo
  6. Roadmap
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

(back to top)

Built With

  • React
  • Marial-UI

(back to top)

Getting Started

Prerequisites

Update your Node version

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/Afmjuniors/labeddit-front.git
  2. Install NPM packages
    npm install
  3. Start the React app
    npm run start
  4. There is no restriction on creation of a new user. So for better experimentation its possible to create as many you wish in the Signup form inside the application.

(back to top)

Deploy

To see the application online you can acess the vercel deploy. ('https://labeddit-front.vercel.app/')

Usage

This application is a Fullstack development of a working social media plataform. Using a blog formata the user can view posts by others users, Like or Dislike them and even comment in a specific post.

For details of the endpoints, please refer to the Labeddit-back documantation

(back to top)

BackEnd Repo

To see the repository of this application backend
https://github.com/Afmjuniors/labeddit-back

Roadmap

  • Login Page
    • made so that an existent user can login into Labeddit
  • Signup Page
    • create new user for the Labeddit
  • Post Feed
    • List of all posts
    • Posts sorted by number of likes
    • Posts sorted by number of comments
  • Comments Feed
    • List of all comments
    • Posts sorted by number of likes

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contact

Alexandre Machado - afmjuniors@gmail.com

Project Link: https://github.com/Afmjuniors/projeto-react-apis

(back to top)

Acknowledgments

  • As my last project made by the bootcamp Labenu I would like to thanks them, every single teacher was critical to my learning experience, and the support staff was wornderful.
  • Also as the last project by the bootcamp I would like to thanks my colegues form Ammal-A, they were a very unite commuty and I hope that we continue to do so.

(back to top)