A social media application made using React and Redux. Users can create and edit posts as well as comment on posts and edit/delete them.
- make sure to have the paired API running: https://github.com/udacity/reactnd-project-readable-starter
$ npm install
$ npm start
$ yarn
$ yarn start
$ docker run -p 3000:3000 syednashikaman/readable:latest
- Syed Aman (github.com/syedaman)