Skip to content

rajashekar/readable-only-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readable App

Small Web app built using ReactJS to create posts with comments & votes similar to reddit app.

How to run

Inorder to start the readable app first start api server with below steps

  • Install and start the API server
    • cd api-server
    • npm install
    • node server
  • In another terminal window, run front-end
    • cd frontend
    • npm install
    • npm start

Go to localhost:3000 to access the app

Demo of readable project (Duration 2 mins)

Demo length 1 minute 30 secs, please check right side for demo progress. Demo starts from "Start of Demo"

Demo

NOTE: Currently this app does NOT use redux. Integration of redux is INPROGRESS

API Server

Information about the API server and how to use it can be found in its README file.

About

Application to create and edit post with comments similar to Reddit posts.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors