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.
Live Site: aBlogger
server: here
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.
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.
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.
- @tanstack/react-query
- recharts
- framer-motion
- react-spinners
- stripe
- swiper
- recharts
To get a local copy up and running follow these simple steps.
Make sure you have Node.js and npm (or yarn) installed on your development machine.
- Clone the repository:
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
Replace your-username and your-project with your actual GitHub username and project repository name.