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
- Host: GitHub
- URL: https://github.com/muzeffer-niftiyev/posts-app-mvc
- Owner: muzeffer-niftiyev
- Created: 2023-09-12T19:04:27.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-12T06:26:56.000Z (over 1 year ago)
- Last Synced: 2025-04-01T21:21:49.006Z (about 1 year ago)
- Topics: asynchronous-programming, html, javascript, mvc-pattern, scss-framework, webpack
- Language: JavaScript
- Homepage: https://posts-app-01.netlify.app
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```