Skip to content

kurtmgray/blog-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App

This is a blog application built with React.

Features

  • Create, edit, and delete blog posts
  • View all posts on the home page
  • View individual blog posts
  • Add comments to blog posts
  • User authentication, Google OAuth

Usage

Install Dependencies

npm install

Run

npm start

This will run the app in development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Build

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

API

This app uses a REST API built with Node/Express hosted at: https://github.com/kurtmgray/blog-api

Technologies

Contact for protected keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors