A super blog written in React
- Code: https://github.com/felipedaraujo/blognyx
- Live: http://blognyx.s3-website-us-east-1.amazonaws.com/
npm install
to install all npm packagesnpm start
to run on your local machinenpm test
to run the testsNODE_ENV=production npm build
to create a production build
-
Business:
-
- As an user I would like to see all posts with title, author, date, description, and order by publish date from newest first.
-
- As an user I would like to see a blog post in a separate page.
-
- As an user I would like to see comments for a blog post.
-
- As an user I would like to add a comment to a blog post.
-
-
Technical:
-
- Two or more distinct components demonstrating component hierarchy
-
- At least one service that interfaces with the included REST API
-
- At least one unit test
-
I would like to acknowledge all the artists that made all those dependencies used in this mini-project come to life and all the amazing photos from unsplash.com. I appreciate all your beautiful work.