Muni, a Blogging Web App. The client to my Blog-API.
- Sign up & Login functionality for users.
- Visit Profile page to create, update, and delete blogs.
- Blogs can be published or be saved as drafts only.
- Check recently created blogs and up to date comments for each blog on Home Page.
- Registered users can comment on published blogs.
Technologies:
- React
- TypeScript
- Tailwind
- Redux Toolkit & RTK Query
- Vite
- Clone the repo, go to root directory, and run
npm install
to install dependencies. - Create
.env
file and add your configs. - Run
npm run dev
for development ornpm run build
for production.
- VITE_TINYMCE_API_KEY="Your TinyMCE API_KEY"