Skip to content

petrosAth/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A weather app.

The main objectives of this project are to practice on working with APIs and the use of async/await functions.

This website was created as part of The Odin Project, an online course on web development.

Live preview

APIs

Languages

  • HTML
  • CSS
  • JavaScript

Tools

  • VITE: Project's files bundler
  • PostCSS: A tool for transforming CSS with JavaScript
    • PostCSS Preset Env: Enables the use of the latest CSS features by modifying the end CSS code to ensure browser compatibility
    • Autoprefixer: Automatically add vendor prefixes in CSS to ensure browser compatibility
  • ESLint: Linter that statically analyzes the JavaScript code to quickly find problems
  • Prettier: Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary

About

A weather app built for practicing on working with APIs and asynchronous programming.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors