Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 1.77 KB

README.md

File metadata and controls

79 lines (52 loc) · 1.77 KB

BlogNigma - Blog Website

Technologies Getting Started Contribute

BlogNigma is a modern blogging platform built with React and Vite, featuring a clean and responsive user interface.
This application allows users to create, edit, and manage blog posts seamlessly.
It integrates with Appwrite for backend services, providing user authentication, file storage, and database management.

📱 Visit this Project

💻 Technologies

  • HTML
  • CSS
  • React
  • Tailwind CSS
  • Appwrite as Backend (for Backend Service)
  • TinyMCE as Text Editor (for Text Editor Functionality)
  • Html-react-parser for parsing HTML
  • React Hook Form for handling input forms
  • Redux Toolkit (RTK)
  • React Router

🚀 Getting started

Cloning

Clone the project by adding the following command in the terminal. Make sure your have git installed and added to path.

git clone https://github.com/Rohitbiradar111/Blog-Project.git

Install dependencies

  npm install

Start the server

  npm run dev

📫 Contribute

Contributions are always welcomed. Feel free to raise issues or send in pull requests.

Documentations that might help

Official React Documentation

TailWind CSS

Appwrite

TinyMCE

React Hook Form

Redux Toolkit

React Router