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.
Those are the frameworks/libraries used to build this website client.
In order to try this locally you you will need to also download and run the server side.
To run this project you will need to do the following:
- yarn
npm install --global yarn
- Clone the repo
git clone https://github.com/CristianCiubancan/reddit-client
- Install packages
yarn install
- Enter your API in
.env.local
NEXT_PUBLIC_API_URL=YOUR_API_ENDPOINT
- Run the client
yarn dev