Skip to content

seansabour/readable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Readable

This project demonstrates the usage of React and Redux to build a CMS application. Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users are also able to edit and delete posts and comments.

Getting started

  1. Clone the repository
  2. Start the backend server by cd react-readable/backend
    • npm install
    • npm start
  3. Start the frontend server in new window by cd react-readable/frontend
    • npm install
    • npm start

Contributing

If you find any errors/bugs, please feel free to open an issue!

About

Udacity React Nanodegree Project #2 Readable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published