https://github.com/mediacomem/comem-masrad-dfa-jquery-chat
Final chat project, as implemented in the MASRAD-DFA jquery-course
https://github.com/mediacomem/comem-masrad-dfa-jquery-chat
Last synced: 5 months ago
JSON representation
Final chat project, as implemented in the MASRAD-DFA jquery-course
- Host: GitHub
- URL: https://github.com/mediacomem/comem-masrad-dfa-jquery-chat
- Owner: MediaComem
- Created: 2017-03-24T09:35:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T09:45:31.000Z (about 9 years ago)
- Last Synced: 2025-04-08T22:32:39.359Z (about 1 year ago)
- Language: HTML
- Size: 31.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# comem-masrad-dfa-jquery-chat
Final chat project, as implemented in the MASRAD-DFA jquery-course
This repository contains the final code for a example chat application.
This code is explained in details in the MASRAD-DFA course that can be found [here](https://mediacomem.github.io/comem-webdev-docs/2017/subjects/jquery-dom/?home=MediaComem%2Fcomem-masrad-dfa%23readme#1)
# Structure
This repo structure is quite simple
`index.html` file contains the HTML structure of the app, which depends on Bootstrap
`js` folder contains:
* `jquery-3.1.1.min.js` file, which is the jQuery library
* `script.js` file that contains the custom jQuery code that implements the app features