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.
- 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
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
Contributions are always welcomed. Feel free to raise issues or send in pull requests.