KabiGadal / blog-post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About The Project

A React based Mini Content Management System where user can browse posts, view post and create new posts

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    https://github.com/KabiGadal/blog-post.git
  2. Install NPM packages
    npm install
  3. Start project
    npm start

Usage

  1. Navbar can be found on top on screen to navigate to different pages.
  2. '/Posts' is the home page which will list all the posts. posts are paginated and pagination options can be found on bottom of the screen
  3. '/Posts/:postId' is the post details page which can be accesed by clicking any post
  4. '/new-post' is the page which can be used to create new posts

About


Languages

Language:JavaScript 76.4%Language:CSS 16.4%Language:HTML 7.2%