Skip to content

This repository contains the source code for a straightforward blog page where users can write and view blog posts.

Notifications You must be signed in to change notification settings

HarshitSharma4/Blog

Repository files navigation

Blog

Welcome to the Blog Webpage project built with Vite on the front end and a backend API for managing blogs. This project allows users to read, add, create, delete, and update blog posts. The live version of the application is hosted at https://blog-two-rose-76.vercel.app/.

Technologies Used

  • Frontend: Vite
  • Backend: Appwrite
  • Hosting: Vercel

Features

  1. Read Blogs: Users can browse and read existing blog posts.

  2. Add Blog: Users can add a new blog post to the webpage.

  3. Create Blog: Create a new blog post with a title, content, and any other relevant information.

  4. Delete Blog: Remove a blog post from the webpage.

  5. Update Blog: Edit and update the content of an existing blog post.

Getting Started

Prerequisites

  1. Appwrite Make sure you have acount. You can start from [https://appwrite.io/).

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-blog-webpage.git
  2. Navigate to the project directory:

    cd your-blog-webpage
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and visit http://localhost:3000 to see the application in action.

Backend API

[Provide instructions and documentation for setting up and running the backend API. (https://appwrite.io/docs)]

Acknowledgments

  • Thanks to the Vite team for providing an efficient and fast frontend development experience.
  • Thanks Appwrite for free backend Feel free to customize this README file according to your project's specific details and requirements.

About

This repository contains the source code for a straightforward blog page where users can write and view blog posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages