Giter VIP home page Giter VIP logo

account-dashboard-vue's Introduction

Account Dashboard developed with Vue

You can check it out here

Initial Task

Create a Vue 3 project

Run a GET on here to retrieve а list of teams

Use HTML5 and Sass and make the app responsive

Implement a search functionality with the requirements below

Requirements

The input will search through a list of football teams. Each team object contains the following fields:

  • Retrieve а list of teams
  • Implement a search functionality with the requirements below
    • The input will search through a list of football teams.
    • Each team object contains the following fields:
      • id - a unique ID
      • name - the team’s name
      • stadium - the team’s stadium
      • leagues - a list of leagues in which the team participates
      • is_following - a flag indicating whether the team is being followed

The user should be able to search by name, stadium, and leagues.

On typing in the input field, a list with matching search results should appear.

The user should be able to navigate through the results with a keyboard. The search result in focus and on hover should be highlighted. Only one item can be highlighted in cases both mouse and keyboard are used. (The keyboard will take precedence if the mouse is not moving. The mouse should take precedence if keyboard navigation is not being used.) For example, the Gmail search has similar behavior.

If there are no matching results a message should appear.

When the user clicks the follow/unfollow button add/remove the team to the “My teams” section and save the changes to the Vuex store.

In case you have any questions, don’t hesitate to contact us.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

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.