Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.04 KB

File metadata and controls

41 lines (30 loc) · 1.04 KB

doggies-explorer-app

Doggies explorer app development with Vue.js & Web3.js

Deployment app

Online version

Run

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

Starts on http://localhost:3000

Technical details

  • The project is developed with Nuxt.js and Typescript.
  • It is 100% multi-devices and all the UI is developed with Sass.
  • I implemented Web3.js as a connection interface to get the data of an NFT for its token.
  • Traits is a table-type component that I developed for the traits list, but I didn't like it when it was implemented with data, but I decided to keep it in the component list with its unit test.

Future Improvements

  • Add unit tests for store state and interactions.

Development technologies and external packages

  • Nuxt.js
  • Typescript
  • Vuex
  • Web3.js
  • Sass
  • Vue jest
  • Eslint & Prettier