ac-react-reddit
ac-react-reddit copied to clipboard
A Reddit client built with React.js, next.js and styled-components. https://ac-react-reddit.herokuapp.com
trafficstars
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

Load more

Subreddit

Running Locally
- Clone this repo
- Type
cd ac-react-redditto enter the project folder - Run
npm installand install dependencies - Run
npm run devand visit localhost:3000
Build
- Run
npm run build - 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