Readable Project

The second project in the React Nanodegree course is an anonymous content and comment web application, built using React and Redux. This contents and comment structure is common across a large number of websites and applications, from news sites to blogs to aggregators like Hacker News and Reddit. Users will be able to post content to predefined categories, comment on their posts and other users' posts and vote on posts and comments. Users will also be able to edit and delete posts and comments.

Getting Started

To use this application you will need to install a local backend development server, which can be (forked and) downloaded at this repo. Follow the instructions in the README file to install and launch it. To install this application, instead, you can (fork and) download it and then run the command npm install from your console. To launch it, after the installation has successfully complete, launch it with the command npm start.

Built With

Author

Notes

This app has been created as a project for the React Nanodegree at Udacity. It reproduces a content and comment web application, making use of React and redux, with minimal CSS.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments