Wing It is a fast and easy way to track and update job applications.
https://cse110-fa22-group6.github.io/cse110-fa22-group6/source/index.html
- Light/dark mode toggle
- Job Status Bubbles
- Logo Upload
- Vanilla JS and Local First
- Full CRUD
- Sorting Capability
https://cse110-fa22-group6.github.io/cse110-fa22-group6/specs/documentation/index.html
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
To run tests, run the following command
npm run test
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
Meet the team here!