https://github.com/mr9d/chat-demo
Demo application for PASHA Coding Bootcamp. A real-life application for students to investigate the source code to get familiar with HTML, CSS, and JavaScript.
https://github.com/mr9d/chat-demo
bootcamp chat css3 express heroku html5 javascript nodejs pasha rest-api
Last synced: 7 months ago
JSON representation
Demo application for PASHA Coding Bootcamp. A real-life application for students to investigate the source code to get familiar with HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/mr9d/chat-demo
- Owner: mr9d
- Created: 2020-02-17T01:37:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:57:44.000Z (over 2 years ago)
- Last Synced: 2025-05-21T20:12:16.776Z (11 months ago)
- Topics: bootcamp, chat, css3, express, heroku, html5, javascript, nodejs, pasha, rest-api
- Language: JavaScript
- Homepage: https://bolta.herokuapp.com
- Size: 68.4 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat demo for PASHA Bootcamp
## About
Demo application developed for introduction to the web development module of [PASHA Coding Bootcamp](https://pasha-holding.az/en/press-media/news/pasha-coding-bootcamp/) in 2020. The goal was to implement a real-life application and make it as small as possible so students can investigate the source code to get familiar with HTML, CSS, and JavaScript. Another requirement was to make this application usable from mobile and desktop devices.
The overall application took 3 evenings to implement. The first evening is for business logic, the second evening is for design, and the last one is for testing and bug fixing.
Later the application was used on Bootcamp for some funny stuff, such as a “goose” API:
```
ЗАПУСКАЕМ
░ГУСЯ░▄▀▀▀▄░РАБОТЯГИ░░
▄███▀░◐░░░▌░░░░░░░
░░░░▌░░░░░▐░░░░░░░
░░░░▐░░░░░▐░░░░░░░
░░░░▌░░░░░▐▄▄░░░░░
░░░░▌░░░░▄▀▒▒▀▀▀▀▄
░░░▐░░░░▐▒▒▒▒▒▒▒▒▀▀▄
░░░▐░░░░▐▄▒▒▒▒▒▒▒▒▒▒▀▄
░░░░▀▄░░░░▀▄▒▒▒▒▒▒▒▒▒▒▀▄
░░░░░░▀▄▄▄▄▄█▄▄▄▄▄▄▄▄▄▄▄▀▄
░░░░░░░░░░░▌▌▌▌░░░░░
░░░░░░░░░░░▌▌░▌▌░░░░░
░░░░░░░░░▄▄▌▌▄▌▌░░░░░
```
## Live version
Available at Heroku: (deployed from the `master` branch)
## Running locally
If you want to run the application locally, you can do the following:
1. `git clone` the repository
2. Run `npm install`
3. Start project with `npm run start`
After the successful execution the local instance should be available at
## How to use
It’s a simple chat. Just send and receive messages. There is no authentication, just write your name and share the link with your friends. Everybody will see all messages that you see.
## Used technologies
- HTML5
- CSS3
- JavaScript ES6
- Express 4.17 ([documentation](https://expressjs.com/en/4x/api.html))
- [Heroku](https://heroku.com/)