BloggApp is a web application built using React and Tailwind CSS for the frontend, Redux Toolkit for state management, and TinyMCE for text editing capabilities. It includes user authentication functionalities.
Check out the live demo of BloggApp: BloggApp Live Demo
- React
- Tailwind CSS
- Redux Toolkit
- TinyMCE
- AppWrite
- User Authentication: Users can sign up, log in, and log out securely.
- Text Writing Board: Integrated TinyMCE editor for writing and formatting blog posts.
- State Management: Utilizes Redux Toolkit for efficient state management.
- Responsive Design: Responsive UI design for a seamless experience across devices.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh