Skip to content

ProjectsByFerm/React-Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

React Blog Application (CS312 Mini Project)

Overview

A full-stack blog application using React.js for the frontend and Node.js + Express.js for the backend. This project replaces EJS with a modern React interface.

Features

  • User signup/signin
  • Create, edit, delete blog posts
  • View all posts
  • Client-server integration via Axios
  • In-memory data storage (no database for now)

Run Instructions

Backend

npm install
npm run dev

Frontend

cd client
npm install
npm start

Author

ProjectsByFerm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors