Wing It is a fast and easy way to track and update job applications.
https://georgiofe.github.io/wing-it/
- Light/dark mode toggle
- Job Status Bubbles
- Logo Upload
- Vanilla JS and Local First
- Full CRUD
- Sorting Capability
Clone the project
git clone https://github.com/GeorgioFe/wing-it
Go to the project directory
cd wing-it
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!