local-weather-app
local-weather-app copied to clipboard
Adding and verifying components
Feature/Change Description
Describe changes made here, link to any issue that is addressed
Developer Checklist
- [ ] Updated documentation or README.md
- [ ] If adding new feature(s), added and ran unit tests
- [ ] If create new release, bumped version number
- [ ] Ran
npm run style:fix
for code style enforcement - [ ] Ran
npm run lint:fix
for linting - [ ] Ran
npm audit
to discover vulnerabilities