Skip to content

Frontend application that queries NFC Node API displaying data, developed with Vue JS

License

Notifications You must be signed in to change notification settings

findCarolinaCosta/nfc-frontend

Repository files navigation

NFC Front-end

Front-end application developed as part of the Cashforce company's technical challenge

                                                                        Build Status MIT LICENSE

Preview

Frontend application that queries NFC Node API displaying data, developed with Vue JS

  • ✨ Challenger ✨

Features

  • Invoice preview screen;

Tech Infos

In NFC Node API the following technologies are used::

  • VueJS - The Progressive JavaScript Framework. An approachable, performant and versatile framework for building web user interfaces.
  • Tailwindcss - Rapidly build modern websites without ever leaving your HTML.
  • TypeScript - TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
  • CSS - CSS is the language we use to style a Web page.
  • nfc-node-api - Node API using express and sequelize, connected to a database.
  • Eslint - Find and fix problems in your code.
  • Prettier - Opinionated Code Formatter.
  • Axios - Axios is a promise-based HTTP Client for node.js and the browser

Installation

NFC Node API requires NPM v6+ or YARN to run.

Make a git clone of the repository.

git clone https://github.com/findCarolinaCosta/nfc-frontend.git

Install the dependencies and devDependencies and start the server.

Use npm:

cd nfc-frontend &&
npm install &&
npm serve

Use yarn:

cd nfc-frontend &&
yarn &&
yarn serve
  • Open any browser http://localhost:8080/

  • Delete the .git folder to start with a new history.

Project report

First project in Vue JS, lets'go!

Status report

🌖 In progress

License

MIT

About

Frontend application that queries NFC Node API displaying data, developed with Vue JS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published