A Reddit style website that serves up articles. Posting articles, and comments is available as well as voting on comments and articles.
Hosted on Netlify https://dyrt.netlify.app/
The backend API is hosted on Heroku https://lk-news.herokuapp.com/api. See the GitHub repo here
To run this project locally:
- requires: Node js (2.10.1)
- Clone this repository, git clone https://github.com/Lajanke/did_you_read_that.git
- npm install, to install dependencies
- npm start, to start the app
- Open up localhost:3000 in your browser
This project was bootstrapped with Create React App.