Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.3 KB

Wryteup

A fast, minimalistic markdown supported blogging platform

MIT License Twitter Follow

Demo

✨ Features

  • Basic user authentication
  • Add, view and delete blogs
  • Add blog cover image links
  • Markdown supported
  • Fully responsive

🛠 Tech Stack

Frontend: React, Context API, TailwindCSS

Backend: ExpressJS, MongoDB

Deployement: Heroku

📂 What's inside?

.
├── 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

👍 Feedback

If you have any feedback, please reach out to me here.