Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.3 KB

Blognyx

A super blog written in React

Blognyx Screencast

Important links

Run

  • npm install to install all npm packages
  • npm start to run on your local machine
  • npm test to run the tests
  • NODE_ENV=production npm build to create a production build

Requirements

  • 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

Acknowledgement

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.