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

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.

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.