Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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