Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 544 Bytes

File metadata and controls

29 lines (23 loc) · 544 Bytes

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