Skip to content

Application like Reddit. The users can create posts, filter by categories, create comments and rate posts. Developed with React and Redux.

Notifications You must be signed in to change notification settings

jbwestphal/react-discuss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

React Discuss

Application like Reddit. The users can create posts, rate, filter by categories and create comments.

Application on Heroku: See project

This project was bootstrapped with Create React App.

Requirements

Start Develop

  • Running the server

    • $ cd public
    • $ npm install
    • $ npm start
  • Running the app

    • $ cd public/client
    • $ npm install
    • $ npm start
  • Tests

    • $ cd public/client
    • $ npm run test
  • Production

    • $ cd public/client
    • $ npm run build

Features

  • Create posts
  • Comments in posts
  • Edit / Delete posts
  • Rate posts
  • Filter posts by categories
  • Tests with Jest and Enzyme
  • A built-in server to save your posts and comments for navigation tests made with Nodejs

Credits

Made with Create React App, Redux, React-router v4 and Materialize

About

Application like Reddit. The users can create posts, filter by categories, create comments and rate posts. Developed with React and Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published