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

https://github.com/muzeffer-niftiyev/posts-app-mvc


https://github.com/muzeffer-niftiyev/posts-app-mvc

asynchronous-programming html javascript mvc-pattern scss-framework webpack

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Posts App

---

## 📝 Description

Welcome to the Posts App 🤩!

This project is mainly for showing post. It fetches posts datas and shows them, but also you can create your own posts.

#### 💻 Technologies

- HTML
- SCSS
- JavaScript (Asyncronus JavaScript)
- MVC pattern
- Webpack

---

## ✨ Features

- Shows several post titles on main page.
- When you click on any post it goes to that post and in new page it shows its title, content and the comments written to that post. You can also see who wrote that comments.
- Lets you create your own posts. You include post title and content and the post is ready.

---

## 🚀 Demo

[🔗 Posts App](https://posts-app-01.netlify.app)

---

## 🛠 Installation

1. **Clone the repository**

```bash
git clone git@github.com:muzeffer-niftiyev/Posts-App-MVC.git
```

2. **Install Dependencies**

Run this command at terminal of the project.

```bash
npm install
```

3. **Run the Project**

On your terminal simply add this command.

```bash
npm start
```