Penit is a social content and discussion web application that allows users to submit content in addition to voting and commenting. Leveraged React to build a dynamic user interface, as well as Redux to manage global application state.
-
-
Download or Clone the Repository
-
Open bash inside the App directory
-
run following commands
-
npm install
-
npm start run
-
-
App can now be accessed at:
localhost:3000
-
Backend for this app is provided by Udacity as the starter code for the project. Backend is hosted at Heroku at: PenIt Backend