Giter VIP home page Giter VIP logo

find-coach-app's Introduction

Find a Coach App

Table of Contents

Overview

Introduction

Mock application to find coaches for given areas. The application presents a list of coaches that are set to be for different areas (e.g. frontend development, project management, etc.). You can filter coaches by area, check the details of each caoch, contact a coach, and check the requests sent to the coaches.

Technical Details

The application is based on Vue.js, written in TypeScript, and uses Vuex for state manager. The data is obtained from firebase.

The store of the application uses modules to sectionized the state. The following modules are used:

  • coaches: stores the list of coaches
  • areas: stores the list of areas
  • requests: stores the list of requests

The coaches and areas modules use RxJS to manage the stream of data. This allows more reactivity when fetching the data. The coaches have a favorite property that is found on the local storage. The coaches are fetched after the areas. With this two points in mind, when setting the coaches, we merge the favorite and areas data to the coaches object. The requests module uses a more basic approach and stores the data as a plain object.

Note:

The requests module will start using Observables as well. This will allow to merge the coaches the request was sent to to the stream of data.

Using the Application

Installation

  1. Clone the repository: git clone https://github.com/darwin-luque/find-coach-app.git.
  2. Install dependencies: yarn install.

Run the Application

  1. Make sure the backend is running. Check Run the Backend
  2. Run the application: yarn serve

Todos

  • Make the application responisive.
  • Add Unit testing.
  • Add E2E testing.

Contributions

Please feel free to create a PR to improve the application or add any suggestion or feature.

find-coach-app's People

Contributors

darwin-luque avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.