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)
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