This is an application that lets you create posts and comments and manipulate them.
Some features that are currently implemented:
- Create posts and comments under them
- Filter posts by categories and sort them by time or vote score
- Vote up and down posts and comments
- Edit and delete posts and comments
This app is created using React and Redux libraries and many related packages.
This project is deployed to Heroku and available at this link. Note: It may take a few seconds for the project to recover from a sleep mode.
- Clone or download the repository:
$ git clone https://github.com/shatalovdm/readable-app
- Go to the root of the project and install all project's dependencies:
$ npm install
- Run webpack dev server:
$ npm run start
- Open your browser and go to
http://localhost:8080to view the app
Note: It may take a few seconds for the back-end server to recover from a sleep mode when you open the app for the first time.
This project is released under the MIT License.