jpatel98 / hatchway-times

Hatchways Times is a website that lists blog posts. Made to demonstrate and practise react hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hatchways Times is a dummy website that lists blog posts. All data is located in src/data/blogs.json file and loaded directly into client without a server.

Example blog post data:

{
  "id": 1,
  "author": "Esmeralda Vanne",
  "title": "Duis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.",
  "excerpt": "Cras in purus eu magna vulputate luctus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.",
  "date": "1634439025000",
  "image": "http://dummyimage.com/200x134.png/cc0000/ffffff",
  "readingTimeMinutes": 9,
  "tags": ["crypto", "health"]
}

Getting Started

  • System requirements
    • Node.JS v14
  • Install dependencies
    yarn
    
  • Start client
    yarn start
    

Verify That Everything Is Set Up Correctly

If your application is running correctly, you should be able to access it from your browser by going to http://localhost:3000/.

About

Hatchways Times is a website that lists blog posts. Made to demonstrate and practise react hooks


Languages

Language:JavaScript 66.6%Language:SCSS 22.1%Language:HTML 11.3%