Code Monkey home page Code Monkey logo

blogapp's Introduction

BlogApp

BlogApp is a web development project that allows users to sign up and write blogs. It is built using Vite, React, Tailwind CSS, and integrates with Appwrite for user authentication and data storage.

Live Applcation

Features

  • User Authentication: Users can sign up and log in securely using Appwrite authentication.

  • Blog Creation: Authenticated users can create, edit, and delete their blogs.

  • Responsive Design: The application is designed to be responsive and user-friendly on various devices.

Technologies Used

  • Vite: A fast development build tool that supports modern JavaScript features.

  • React: A JavaScript library for building user interfaces.

  • Tailwind CSS: A utility-first CSS framework that makes styling and designing the application easy.

  • Appwrite: An open-source backend server that helps developers build applications faster with built-in authentication, real-time databases, and storage.

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/blogapp.git
  1. Install dependencies:
cd blogapp
npm install
  1. Configure Appwrite:

    • Create an account on Appwrite.
    • Set up a new project and note down your project's API key.
    • Create a web client in your Appwrite project and obtain the API endpoint and client key.
  2. Configure the application: -Copy the .env.example file to .env and update the following variables:

    VITE_APPWRITE_PROJECT_URL=""
    VITE_APPWRITE_PROJECT_ID=""
    VITE_APPWRITE_DATABASE_ID=""
    VITE_APPWRITE_COLLECTION_ID=""
    VITE_APPWRITE_BUCKET_ID=""
  3. Run the application:

npm run dev

The application will be accessible at http://localhost:3000.

Acknowledgments

Happy blogging! ๐Ÿš€

blogapp's People

Contributors

hariom01010 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.