Skip to content

abdullahceylan/ac-react-reddit

Repository files navigation

ac-react-reddit

A Reddit client built with React.js, next.js and styled-components.

I've used this Reddit design concept which is designed by Hernan Vionnet.

Preview

Post details

Preview

Load more

Preview

Subreddit

Preview

Running Locally

  1. Clone this repo
  2. Type cd ac-react-reddit to enter the project folder
  3. Run npm install and install dependencies
  4. Run npm run dev and visit localhost:3000

Build

  1. Run npm run build
  2. The compiled version will be in /.next/dist/

Live Example

You can test on https://ac-react-reddit.herokuapp.com

To-Do

  • Create tests
  • Re-organize component tree