Dev Pad
Dillinger is a Blog App, based on HTML content based post, made with MERN and Material UI.
Features
- Users could create html based content as posts
Upcoming features:
- Any users can log into this web app and view the content. signup is only needed for post creations
- User can down the post content
Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As John Gruber writes on the Markdown site
The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
This text you see here is actually written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.
Tech
Dillinger uses a number of open source projects to work properly:
- ReactJS - Javascript based web framework!
- MongoDB - Simple and Efficient No SQL Database.
- node.js - evented I/O for the backend
- Express - fast node.js network app framework @tjholowaychuk
- [Material UI] - great UI boilerplate for modern web apps
- VS Code - efficient and light weight text editor
And of course DevPad is a open source project with a public repositorydill on GitHub.
Installation
DevPad requires Node.js v4+ to run on local system
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/FOSS-Cell-GECPKD/DevPad.git $ cd devpad $ cd blog $ npm install $ cd .. $ cd blog-backend $ npm install $ npm run dev
Development
DevPad uses MERN Stack for fast developing. Want to contribute? Great! Mention it on gitter link above and make your contribution.
Todos
- JWT creditials
- Edit and remove section
License
MIT
Free Software, Hell Yeah!