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.- Clone this repo
- Type
cd ac-react-reddit
to enter the project folder - Run
npm install
and install dependencies - Run
npm run dev
and visit localhost:3000
- Run
npm run build
- The compiled version will be in
/.next/dist/
You can test on https://ac-react-reddit.herokuapp.com
- Create tests
- Re-organize component tree