This is the second project in Udacity's React nano-degree. It's built using React, Redux and React Router. It's a content managment system where users can add, edit, vote and remove posts & comments.
Demo Link (Note: Usually it takes a while to load the app for the first time because the hosting service freezes the app if there is no traffic driven to it).
- The application is a SPA that connects to API server to retreive data.
- API server is deployed using
Now
too and data is saved in memory.
The UI was inspired from different sources:
- This dashboard design by Ashraf Hossain.
- Blog UI design by Ildiesign
- Youtube web application.
- Stackoverflow desktop site.