Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)