Skip to content

CristianCiubancan/reddit-client

Repository files navigation

About The Project

This project is consists of a very basic clone of reddit. It's a website where you can make and view and vote posts, you or some body else made.

Features:

  • Register
  • Login
  • Logout
  • Create posts
  • Up/Down vote posts
  • Edit posts
  • Recover lost passwords

This website features cookie authentication for security.

Built With

Those are the frameworks/libraries used to build this website client.

Getting Started

In order to try this locally you you will need to also download and run the server side.

Prerequisites

To run this project you will need to do the following:

  • yarn
    npm install --global yarn

Installation

  1. Clone the repo
    git clone https://github.com/CristianCiubancan/reddit-client
  2. Install packages
    yarn install
  3. Enter your API in .env.local
    NEXT_PUBLIC_API_URL=YOUR_API_ENDPOINT
    
  4. Run the client
    yarn dev