Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

diemoritat/tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker App

This is just a somple application to list charges. There's also a page to add new ones. All the charges are saved locally using localStorage.

Examples

Desktop

Gif simulating the desktop app

Mobile

Gif simulating the mobile app

Installing and running the project locally

Clone the project

$ git clone https://github.com/diemoritat/tracker.git
$ cd tracker

Install the dependencies with yarn

yarn install

Run it locally

yarn serve

The application will be running at:

Folder Structure

├── public/	
├── src/
|   ├── assets/
|   ├── store/
|   ├── styles/	
|   ├── views/
├── tests/	
|   ├── unit/
├── .gitignore
├── babel.config.js
├── package.json
├── README.md
├── vue.config.js
└── yarn.lock

Running the tests

Command Description
yarn serve Start the application in development mode
yarn build Build the application for production
yarn lint Runs ESLint on the files
yarn test:unit Runs Jest automated tests

Deployment

The deployment to the prod environment is done automatically through Netlify.

Disclaimer

This project is not a product, will never be, will not go into production, and has no intention to serve any purpose other than to be a test application to a development position.

About

A simple app to register and list charges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published