Giter Club home page Giter Club logo

developer-vue-challenge's Introduction

DataCose Vue Challenge

The goal of this challenge is to create a simple Vue app to display some dummy data retrieved over a REST api.

You are free to install any library you think is necessary to complete this challenge. We do however prefer if you use BootstrapVue components where possible.

To bootstrap this project, we've used a basic Nuxt 2 template. There is a Dockerfile available in case you want to work with Docker during development, but this is not a requirement.

Objectives

Start by creating a nav-bar layout on top with two buttons, each linking to one of the pages down below.

Posts

Todos

  • Create a table with the todos coming from https://jsonplaceholder.typicode.com/todos
    • Column 1: the title of the todo as text
    • Column 2: a checkbox to indicate whether or not the todo has been completed.
  • Above the table, add a text field in which you can search the table by title
  • When you click on a table row, display a pop-up that shows the name of the user that created this todo. The user information can be fetched from https://jsonplaceholder.typicode.com/users/{userId}/

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.