Skip to content

matheus2x/smarkio-case-client

Repository files navigation

Logo

Summary

🤔 What is this?

This is the Client Side of my interview application in Smarkio.
Basically, a web page made with Ajax concepts that consists of using the API that I maded (available below).

Server-Side available: Here

🚀 Techs used

  • Bootstrap - A popular HTML, CSS, and JS library
  • Sass - A CSS pre-processor
  • HTML5 - Mark Down Lang
  • JavaScript - The Best code Lang
  • WebPack - A JavaScript Module Bundler
  • Babel - A JavaScript Transcompiler

🔥 Getting started

I am assuming that you have already started the server side

  • You may need to install:

    • A Distributed Version-Control-System -> Git
    • A JavaScript Interpreter -> Node.js
    • Some Package Manager Like -> NPM or Yarn
  1. Clone this repo with:
  $ git clone https://github.com/matheus2x/smarkio-case-client.git
  1. Move yourself to the appropriate directory: $ cd smarkio-case-client
  2. Run $ npm install to download dependencies
  3. Run $ npm run build to gen bundle files
  4. Run $ npm run start to initialize


Now you have a local server (probably) in port 8080
Enjoy =)

🔗 Useful URLs



Made with 🦊 by Matheus Henrique