Skip to content

Latest commit

 

History

History
106 lines (75 loc) · 3.18 KB

README.md

File metadata and controls

106 lines (75 loc) · 3.18 KB

Wing it - Job Application Tracker

logo

Wing It is a fast and easy way to track and update job applications.

Tests ESLint HTML Validation CSSLint Codacy Analysis CLI Codacy Badge

Table of content

Demo

https://georgiofe.github.io/wing-it/

Features

  • Light/dark mode toggle
  • Job Status Bubbles
  • Logo Upload
  • Vanilla JS and Local First
  • Full CRUD
  • Sorting Capability

Run Locally

Clone the project

  git clone https://github.com/GeorgioFe/wing-it

Go to the project directory

  cd wing-it

Install dependencies

  npm install

Running Tests

To run tests, run the following command

  npm run test

Linting and Validation

To run the JavaScript linter, ESLint

  npx eslint source/assets/scripts/*

To automatically perform JavaScript linter fixes

  npx eslint --fix source/assets/scripts/*

To run the CSS linter, Style Lint

  npx stylelint "source/assets/styles/*.{css,scss}"

To automatically perform CSS linter fixes

  npx stylelint "source/assets/styles/*.{css,scss}" --fix

Authors

Meet the team here!