Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisheknaiidu/dev-s-blog
Developer's Blog, built in semantic ui to enhance UI and UX capability.It has CRUD functionalities.
https://github.com/abhisheknaiidu/dev-s-blog
application blog crud-application developers express js mongodb mongoose nodejs semantic-ui ui ux
Last synced: about 1 month ago
JSON representation
Developer's Blog, built in semantic ui to enhance UI and UX capability.It has CRUD functionalities.
- Host: GitHub
- URL: https://github.com/abhisheknaiidu/dev-s-blog
- Owner: abhisheknaiidu
- Created: 2019-12-10T15:43:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T18:35:09.000Z (about 2 years ago)
- Last Synced: 2024-04-15T05:05:27.992Z (8 months ago)
- Topics: application, blog, crud-application, developers, express, js, mongodb, mongoose, nodejs, semantic-ui, ui, ux
- Language: HTML
- Homepage:
- Size: 2.73 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEV's BLOG
Blog for developer's, Where developer's get the latest news and updates of Tech World in the form of GIF's!
## FEATURE'S :
```diff
+ SEMANTIC UI
```
```diff
+ CRUD FUNCTIONALTIES
```
```diff
+ OUT OF THE BOX BLOG
```## DEVELOPMENT :
1. Clone the Repo
`https://github.com/abhisheknaiidu/Dev-s-Blog.git`
2. cd `Dev-s-Blog`3. Install dependencies
`npm install`
4. `npm run serve`5. open `localhost:8081`
## SCREENSHOTS :
```diff
+ BLOG'S HOME PAGE :```
![Screenshot](index.png)
```diff
+ POST PAGE :```
![Screenshot](post.png)
```diff
+ NEW POST PAGE :```
![Screenshot](new.png)
```diff
+ EDIT POST PAGE :```
![Screenshot](edit.png)