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.
- User signup/signin
- Create, edit, delete blog posts
- View all posts
- Client-server integration via Axios
- In-memory data storage (no database for now)
npm install
npm run devcd client
npm install
npm startProjectsByFerm