Skip to content

ceasonal/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Website Frontend (React.js with Material-UI)

This repository contains the frontend code for a blog website built using React.js and styled with Material-UI. This project was bootstrapped with Create React App.

Blog Website Screenshot

Table of Contents

About

This project serves as the frontend of a blog website. It allows users to view and interact with blog posts, read articles, and leave comments. The frontend is built using React.js for the user interface and Material-UI for styling.

Features

  • View a list of blog posts.
  • Read individual blog posts.
  • Responsive design using Material-UI components.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

You need to have the following software installed on your machine:

Installation

npm install

Usage

npm start

This will start the development server, and you can access the website in your web browser at http://localhost:3000.