Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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..