shubhamguptaji / react-readables

Home Page:https://readables-sg.herokuapp.com/

Repository from Github https://github.comshubhamguptaji/react-readablesRepository from Github https://github.comshubhamguptaji/react-readables

Readables

This is a single page web app where you can add posts, like or dislike them, comment on the post. This is made using React and Redux is used for storing the state of the app.

Start Developing

To run locally on your PC:

  • First clone

  • Install and start the API server

    • cd api-server
    • npm install
    • node server
  • In another terminal window, follow the commands

    • cd frontend
    • npm install
    • npm start

About

https://readables-sg.herokuapp.com/


Languages

Language:JavaScript 96.2%Language:HTML 2.0%Language:CSS 1.8%