Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkpraveen/blog_app_fe
This repo contains Front End code for theBlog App. Built using MERN Stack.
https://github.com/hawkpraveen/blog_app_fe
flowbite netilfy react-router-dom reactjs redux-persist redux-toolkit tailwindcss
Last synced: 28 days ago
JSON representation
This repo contains Front End code for theBlog App. Built using MERN Stack.
- Host: GitHub
- URL: https://github.com/hawkpraveen/blog_app_fe
- Owner: Hawkpraveen
- Created: 2024-07-25T13:03:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T14:32:39.000Z (7 months ago)
- Last Synced: 2024-11-12T14:13:12.929Z (3 months ago)
- Topics: flowbite, netilfy, react-router-dom, reactjs, redux-persist, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage: https://blog-app-react-redux-tailwind.netlify.app/
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About the Website
### Admin centric Blog app.
## Base URL - https://blog-app-react-redux-tailwind.netlify.app/
### 🔖Endpoints - Public Routes
### ➡️ Login User
URL - https://blog-app-react-redux-tailwind.netlify.app//signin### ➡️ Register User
URL - https://blog-app-react-redux-tailwind.netlify.app/signup### ➡️ About Page
URL - https://blog-app-react-redux-tailwind.netlify.app/about### 🔖Endpoints - Private Routes
### ➡️ Profile Page
URL - https://blog-app-react-redux-tailwind.netlify.app/dashboard?tab=profile### ➡️ Blog Creating Page
URL - https://blog-app-react-redux-tailwind.netlify.app/create-post### ➡️ Blog Page
URL - https://blog-app-react-redux-tailwind.netlify.app/blogs### Tech Stack
### FRONTEND LIBRARIES
- React JS
- Tailwind
- FlowBite
- Ant Design
- React-router-dom
- Redux
- Firebase### FRONTEND PACKAGES
- Axios
- React Circular Progressbar### BACKEND PACKAGES
- bcryptjs
- Express
- Mongoose
- Cors
- JWT