Pen-And-Pulse is a dynamic blog platform that allows users to create, post, and read blogs. Our aim is to provide a seamless and engaging experience for bloggers and readers alike.
- User Authentication: Secure login and registration for users.
- Create and Post Blogs: Users can write and publish their own blog posts.
- Read Blogs: Browse and read blogs posted by other users.
To get started with Pen-And-Pulse, follow these steps:
- Clone the repository:
git clone https://github.com/bixl007/Pen-And-Pulse.git
- Navigate to the project directory:
cd Pen-And-Pulse cd frontend
- Install the required dependencies:
# Using npm or yarn npm install # or yarn install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173/signupto view the blog platform.
We welcome contributions to enhance Pen-And-Pulse. To contribute, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
If you have any questions or feedback, feel free to open an issue or contact us at bishalbx27@gmail.com
.
Thank you for using Pen-And-Pulse! Happy blogging!