jshreyans / react-blogger

A simple blogging client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-blogger (WIP)

This is the first React application that I made while learning React. It uses the JSON Placeholder API to serve dummy data in the form of blog posts.

Setup

  • Clone and cd into the repo folder
  • Run npm install
  • Run npm start

Note: Redux would have been overkill. Hence, state is managed with pure React.

About

A simple blogging client


Languages

Language:JavaScript 94.7%Language:CSS 3.2%Language:HTML 2.1%