https://github.com/jonaskuske/mail-client-simulation
📨 Vue.js app locally simulating a mail client
https://github.com/jonaskuske/mail-client-simulation
Last synced: about 1 year ago
JSON representation
📨 Vue.js app locally simulating a mail client
- Host: GitHub
- URL: https://github.com/jonaskuske/mail-client-simulation
- Owner: jonaskuske
- Created: 2017-11-01T22:47:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T23:43:52.000Z (over 8 years ago)
- Last Synced: 2025-02-05T00:42:28.864Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://mail-demo.jonaskuske.com
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mail Client Simulation
> web app simulating a mail client, running entirely on client side
A simple web app built with the Vue.js framework, using webpack and the vue-cli for the build step.
It was created for practice and is based on a tutorial from a Udemy learning course.
You can compose or read emails, check for new messages, mark messages as important, read or unread, delete them - and more.
This functionality is implemented using Vue components and the data methods provided by Vue.js, ie. an "eventBus" Vue instance.