decagondev / workshop-axios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop - AXIOS

This repository is made during a workshop to teach HTML, CSS, JS, AXIOS to Java Developers

Setup

Clone the repository to your local machine

git clone https://github.com/decagondev/WorkshopAXIOS.git

change in to the directory

cd WorkshopAXIOS

Open the directory in VSCode

code .

Open a terminal in VSCode and install the dependencies using npm

npm install

Run the server

node server.js

Start working on the front end html, css, js files!

built so far

  • Login Form and some logic to store the jwt in local storage

To Build

  • Dashboard page to display the logged in user

About


Languages

Language:JavaScript 54.3%Language:HTML 29.9%Language:CSS 15.9%