Skip to content

shatalovdm/readable-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readable Web App

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.

Demo

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.

Getting started

  1. Clone or download the repository:
$ git clone https://github.com/shatalovdm/readable-app
  1. Go to the root of the project and install all project's dependencies:
$ npm install
  1. Run webpack dev server:
$ npm run start
  1. Open your browser and go to http://localhost:8080 to 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.

License

This project is released under the MIT License.

About

Web app powered by React and Redux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published