Skip to content

JongminKim292/WingIt-Job-Application-Tracker-for-Web

 
 

Repository files navigation

CSE 110 - Group 6

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://cse110-fa22-group6.github.io/cse110-fa22-group6/source/index.html

Features

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

Documentation

https://cse110-fa22-group6.github.io/cse110-fa22-group6/specs/documentation/index.html

Run Locally

Clone the project

  git clone https://github.com/cse110-fa22-group6/cse110-fa22-group6

Go to the project directory

  cd cse110-fa22-group6

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.7%
  • CSS 20.6%
  • HTML 11.7%