Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danushka96/intern_diary
internship diary recording tool, VueJs + Firebase + Vuetify
https://github.com/danushka96/intern_diary
Last synced: 17 days ago
JSON representation
internship diary recording tool, VueJs + Firebase + Vuetify
- Host: GitHub
- URL: https://github.com/danushka96/intern_diary
- Owner: Danushka96
- Created: 2019-11-02T10:25:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:59:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T17:46:41.246Z (28 days ago)
- Language: Vue
- Homepage: https://intershipdiary.web.app
- Size: 1.82 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intern Diary
**Live**: [https://intershipdiary.web.app](https://intershipdiary.web.app/)
Daily Progress Reporting web application made with Vuejs and Firebase
![](https://i.imgur.com/5Jxmoru.gif)
## Mobile Ready
![](https://i.imgur.com/pA094jr.gif)
## Technologies
* VueJs + Vuetify
* Firestore
* Firebase Authentication
* Firebase Hosting (for live version)## How to Install
* Clone this repository
* Open your favourite terminal and run `npm install`
* Create a new [Firebase project](https://console.firebase.google.com)
* Copy and rename the src/config/firebase.sample.config to firebase.config
* Add your firebase credentials to firebase.config file
* After installation run `npm run serve`## How to build the project
* Run `npm run build`
## Contribution
* Wanna add some functionalities or fix a bug?
* Open an issue and send me a PR.## References
* VueJS: [https://cli.vuejs.org](https://cli.vuejs.org)
* Vutify: [https://vuetifyjs.com/en/](https://vuetifyjs.com/en/)
* Firebase: [https://console.firebase.google.com](https://console.firebase.google.com)Happy Coding..