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.
- Host: GitHub
- URL: https://github.com/mofizul21/postverses-frontend-react.js
- Owner: mofizul21
- Created: 2024-11-17T08:20:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T01:39:26.000Z (over 1 year ago)
- Last Synced: 2026-01-03T13:34:16.600Z (6 months ago)
- Topics: authentication, css, frontend, fullstack-development, gateway, javascript, laravel, middleware, reactjs, responsive-design, tailwindcss, vite
- Language: JavaScript
- Homepage: https://post-verses-frontend-react-js.vercel.app
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 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`