A fast, minimalistic markdown supported blogging platform
- Basic user authentication
- Add, view and delete blogs
- Add blog cover image links
- Markdown supported
- Fully responsive
Frontend: React, Context API, TailwindCSS
Backend: ExpressJS, MongoDB
Deployement: Heroku
.
├── client/
│ ├── public
│ ├── src/
│ │ ├── assets
│ │ ├── components
│ │ ├── context
│ │ ├── pages
│ │ ├── App.jsx
│ │ ├── index.css
│ │ └── index.js
│ ├── craco.config.js
│ ├── package-lock.json
│ ├── package.json
│ ├── tailwind.config.js
│ └── yarn.lock
├── models
├── routes
├── index.js
├── package-lock.json
└── package.json
If you have any feedback, please reach out to me here.