Skip to content

kshitizjhacoder/Blog_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Blog Web App

This is a simple React blog web app with user authentication and blog posting functionality.

Features

  • User authentication: Users can log in to the app.
  • Protected routes: Private routes are accessible only when the user is logged in.
  • Blog posting: Authenticated users can create new blog posts.
  • Blog display: All users, authenticated or not, can view a list of blog posts.

Technologies Used

  • React
  • React Router
  • Express.js
  • JSON Web Tokens (JWT) for authentication
  • Mock Server for simulating API responses
  • Tailwind CSS for styling

Getting Started

Prerequisites

  • Node.js and npm installed

Installation

  1. Clone the repository
  2. npm install
  3. run node server.js
  4. Open different terminal scd Frontend/blog
  5. different terminal run npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors