bolah2009 / udacity-weather-journal

An asynchronous web app that uses Web API and user data to dynamically update the UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PROJECT: Weather Journal App

This is the third project of the Udacity Frontend Nanodegree

The objective is to create an asynchronous web app that uses Web API and user data to dynamically update the UI in a Weather Journal application.

Built with

  • HTML
    • HTML5 Semantic elements
    • HTML Forms
  • CSS
    • CSS Flexbox
    • CSS Animations
    • CSS Media query
  • Linters
    • Eslint
    • StyleLint
    • HTML Validator CLI
  • JavaScript
    • DOM Manipulation
    • Events
  • Documentation
    • JSDoc

Live link (Coming soon!!!)

Development (Running locally)

  • Clone the project
git clone https://github.com/bolah2009/udacity-weather-journal.git
  • Install Dependencies (For linter)
yarn install

To run StyleLint and ESLint by itself, you may run the lint task:

yarn lint:check

Or to automatically fix issues found (where possible):

yarn lint

You can also check against Prettier:

yarn format:check

and to have it actually fix (to the best of its ability) any format issues, run:

yarn format

You can also check against HTML Validator:

yarn html-validator

Style Guides

πŸ‘€ Author

🀝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

πŸ“ License

MIT licensed.

About

An asynchronous web app that uses Web API and user data to dynamically update the UI.

License:MIT License


Languages

Language:JavaScript 52.3%Language:CSS 24.4%Language:HTML 23.3%