Giter Club home page Giter Club logo

simple-auctions-app's Introduction

Auction app

Auction App

Playing with Vue.js

Table of content

Demo

You can see an example of this project in this url https://auctions.idavinci.net

Install

To test the app, please follow the next steps:

Clone this repo

Using SSH: git clone https://github.com/ajmasia/simple_auctions_app.git

Ussing HTTPS: git clone [email protected]:ajmasia/simple_auctions_app.git

Playing

Commad Description
npm i Install project dependences
npm run serve Run app in dev mode
npm run build Build app
npm run test:unit Run app tests
npm run test:unit:dev Run app testis in dev mode
npm run lint Run linter tool to fix code issues

Documentation

This project it's a simple auction application. As a buyer, you have to enter the maximum price you are willing to pay for a product, and as a seller, you have to enter the minimum price for which you are willing to sell the product. Finally, the app will show your the result in a simple popup.

If you are in the middle of an auction and return to the home, the user receives a notification.

App config

This project use the OpenWeather API to get cities weather data. You will need a valid API key to use it. Currently the project use a setTimeout to simulate a Delay while the app receive new data and can show an spinner. Ideally, make the call to the api at the beginning of the app.

Before run the app, you have to install all project dependences and set the config file renaming the example.config.js to config.js:

export const appConfig = {
  openWeatherAPIKey: '',
  openWeatherAPIUrl: 'http://api.openweathermap.org/data/2.5/',
  coords: {
    lat: null,
    long: null,
  },
  units: 'metric',
  tempUnit: 'Cº',
  lang: 'es',
  currency: 'EUR',
  currencyDigits: 2,
}

To get the data from Huesca, you need to config this coords:

{
  lat: 42.1382,
  long: -0.4081,
},

Technologies

This project use the next tecnologies:

Changelog

Version 0.2.0

  • Refactor some code parts.
  • Add some app test.

Version 0.1.0

  • Initial app version includes localization using Vuex-i18n to project localization.

License

simple-auctions-app's People

Stargazers

 avatar

Watchers

 avatar  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.