Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulkittyagi01/find-coach
A Vue.js based Web Application that helps a student find a perfect coach for his Studies. Used firebase as backend to authenticate user login/signup and many other features like waiting bar, restricted requests etc.
https://github.com/pulkittyagi01/find-coach
html-css-javascript vue vue-router vuex-store
Last synced: 3 days ago
JSON representation
A Vue.js based Web Application that helps a student find a perfect coach for his Studies. Used firebase as backend to authenticate user login/signup and many other features like waiting bar, restricted requests etc.
- Host: GitHub
- URL: https://github.com/pulkittyagi01/find-coach
- Owner: PulkitTyagi01
- Created: 2023-10-18T07:40:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T07:55:13.000Z (about 1 year ago)
- Last Synced: 2023-10-18T08:46:11.048Z (about 1 year ago)
- Topics: html-css-javascript, vue, vue-router, vuex-store
- Language: Vue
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project
A Vue.js based Web Application that helps a student find a perfect coach for his Studies. Used firebase as backend to authenticate user login/signup and many other features like waiting bar, restricted requests etc.## Project setup
```
yarn install / npm install
```### Compiles and hot-reloads for development
```
yarn serve / npm run serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).