Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 690 Bytes

Blog Application

This is a elegant blog application built with React.js. This application allows users to create, read, update, and delete blog posts & also change theme based on user preferance.

Features

Create: Users can create new blog posts.

Read: Users can view a list of all blog posts and read individual posts.

Update: Users can edit their existing blog posts.

Delete: Users can delete their blog posts.

Toggle Button: Changes theme of the background from light to dark or visa versa.

Technologies Used

Frontend:

React.js, React Router, Axios , javascript

Backend:

Node.js, Express.js

Styling:

CSS, Bootstrap

Authentication:

JWT (JSON Web Token)