An open API service indexing awesome lists of open source software.

https://github.com/mofizul21/postverses-frontend-react.js

Frontend of PostVerses blog application created with React.js. Authentication and CRUD operation included.
https://github.com/mofizul21/postverses-frontend-react.js

authentication css frontend fullstack-development gateway javascript laravel middleware reactjs responsive-design tailwindcss vite

Last synced: 3 months ago
JSON representation

Frontend of PostVerses blog application created with React.js. Authentication and CRUD operation included.

Awesome Lists containing this project

README

          

# PostVerses - Blog Application
PostVerses is a full-stack blog application created with React.js & Laravel. The application has essential features like user authentication, CRUD post operations, user ownership permissions, and a customizable user profile.

## Screenshots
![app-preview](https://github.com/user-attachments/assets/676538eb-b37b-4621-be2e-431c59f476df)
![add-blog](https://github.com/user-attachments/assets/aafcc8af-cddf-4451-aebb-14ad7d1326c1)

## Features
- **User Authentication:** Users can register, log in, and manage their profiles securely.

- **Post Management:** Users can create, read, update, and delete their blog posts.

- **User Permissions:** Only the author of a post can edit or delete it.

- **User Profile:** Personalized profile page for managing user information.

- **Responsive Design:** Fully responsive design using Tailwind CSS.

## Tech Stack
- **Frontend:** React.js, Vite, Tailwind CSS

- **Backend:** Laravel, MySQL

- **State Management:** Context API

## Clone the Repository
`git clone https://github.com/mofizul21/PostVerses-Frontend-React.js`

`cd PostVerses-Frontend-React.js`

## Setup
### Install Dependencies:
`npm install`
### Start the Development Server:
`npm run dev`