https://github.com/afsar-dev/ph-11-as-client
This is a simple blogging platform where you can share your thoughts, ideas, and experiences with the world. Below are some key features of the website.
https://github.com/afsar-dev/ph-11-as-client
firebase framer-motion javascript react tailwind-css tanstack-query
Last synced: 2 months ago
JSON representation
This is a simple blogging platform where you can share your thoughts, ideas, and experiences with the world. Below are some key features of the website.
- Host: GitHub
- URL: https://github.com/afsar-dev/ph-11-as-client
- Owner: afsar-dev
- Created: 2024-05-30T08:05:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T05:21:39.000Z (almost 2 years ago)
- Last Synced: 2025-07-28T13:17:06.068Z (11 months ago)
- Topics: firebase, framer-motion, javascript, react, tailwind-css, tanstack-query
- Language: JavaScript
- Homepage: https://scintillating-meringue-0cb917.netlify.app
- Size: 38.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aBlogger
This is a simple blogging platform where you can share your thoughts, ideas, and experiences with the world. Below are some key features of the website.
## About aBlogger
Live Site: [aBlogger](https://scintillating-meringue-0cb917.netlify.app)
server: [here](https://github.com/Mdafsarx/ph-11-as-server)
## Features
### 1. All Blogs
The "All Blogs" section provides a comprehensive list of all blog posts available on the website. Visitors can browse through various articles, read the full posts, and stay updated with the latest content.
### 2. Wishlist
The "Wishlist" feature allows users to save their favorite blog posts for future reference. By adding articles to their Wishlist, users can easily keep track of the content they find most interesting and revisit it whenever they like.
### 3. My Blog
The "My Blog" section showcases individual blog entries written by me. This personalized space is where I share my thoughts, knowledge, and experiences on various topics, allowing me to connect with my audience on a deeper level.
## NPM Packages Used
- @tanstack/react-query
- recharts
- framer-motion
- react-spinners
- stripe
- swiper
- recharts
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
Make sure you have Node.js and npm (or yarn) installed on your development machine.
### Installation
1. Clone the repository:
```sh
git clone https://github.com/your-username/your-project.git
Navigate into the project directory: cd your-project
Install dependencies:
npm install
or
yarn install
To run the project locally, use the following command:
npm start
or
yarn start
## Additional Notes:
Replace your-username and your-project with your actual GitHub username and project repository name.