Skip to content

0xdevsachin/BlogFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogger Blog Website

Blog Website Built using MERN Stack

This Repo Contains Front End Code

Server Code Link

User can Perform these tasks

  • Login
  • Registration
  • Write the Blog
  • Update the Blog
  • Delete the Blog
  • Read Blogs (Without Authentication)

Screenshots


Home Page

Homeimage



About Page

Aboutimage



Blog Page

blogpimage



Dev Page

dev page



Sign Up Page

Register page



Sign In Page

Login page



DashBoard

writeblogimage



Write Blog

writeblogimage



Read Blog

readblogimage



Footer

readblogimage



Run this Website Locally


Clone the repository

git clone https://github.com/0xdevsachin/BlogFrontend.git

Install dependencies. Make sure you have nodejs already installed in your system

npm install 

After Installing dependencies run the Web Application

npm start / yarn start

If you follow every step correctly website will be live at localhost port 3000