Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 1.58 KB

File metadata and controls

74 lines (48 loc) · 1.58 KB

MERN Stack Blog Website - Frontend

A modern, responsive blog website frontend built with React.js as part of a full MERN stack application.

🚀 Features

  • React.js - Modern frontend framework
  • React Router - Client-side routing
  • Axios - HTTP client for API requests
  • Responsive Design - Mobile-first approach
  • User Authentication - Register, login, and logout functionality
  • Blog Management - Create, read, update, and delete blog posts
  • User Profiles - Manage user information and avatars

🛠️ Technologies Used

  • React.js
  • React Router DOM
  • Axios
  • CSS3
  • HTML5

📦 Installation

  1. Clone the repository:
git clone https://github.com/asheint/mern-stack-blog-website.git
cd mern-stack-blog-website
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory:
REACT_APP_BASE_URL=http://localhost:5000/api
  1. Start the development server:
npm start

The application will run on http://localhost:3000

🔗 Backend Repository

This frontend works with the MERN Stack Blog Website Backend: https://github.com/asheint/mern-stack-blog-website-backend

🤝 Contributing

Contributions, issues, and feature requests are welcome!

⭐ Show Your Support

If this project helped you, please consider:

📝 License

This project is licensed under the MIT License.


Star this repo if it helped you!