This is a blog application built with React.
- 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
npm install
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.
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!
This app uses a REST API built with Node/Express hosted at: https://github.com/kurtmgray/blog-api
- React
- React Router
- React Hooks
- React Context API
- React Query
- REST API (https://github.com/kurtmgray/blog-api)
Contact for protected keys.