mbakin / frontend-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Based Todo List App

The project is a basic todo app. The general aim of the project is to maintain the TDD (Test Driven Development) principles.

Live Server

app

Features

  • ToDo listing
  • ToDo adding

tt

Tech Stack

Tech Stack: Javascript, Vue.js, Jest, Pact.js, Axios

Installation

Download the project to your local computer

  git clone https://gitlab.com/mbakin/frontend-todo

Locate to the file directory and open the application with your code editor

  cd project

Install dependencies

  yarn install

Run the project at unit tests

  yarn run test:unit

Run the project at consumer test

  yarn run test:pacts

Run the project at localhost:8080

  yarn run serve

Test suites

x

Licenses

MIT

About


Languages

Language:JavaScript 72.0%Language:Vue 18.5%Language:HTML 5.1%Language:Dockerfile 4.3%