Git Product home page Git Product logo

ashus222 / ashus222.github.io Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 15.56 MB

Feature List (From Lecture) Login (Get username and print) Once user enters the username, the form should disappear. Display the greeting message. Use localStorage to store username If username exists in the localStoreage, display the message with stored username. Clock: Format - HH:MM:SS use setInterval() to generate the clock for each second Format using String.padStart(<maxLength>, <padString>) and String.padEnd(<maxLength>, <\padString>). Random quotes Random background images Create image (<img>) element on HTML document, using document.createElement(<tag name>). ToDo list Using target of mouseEvent (generated on click) to identify which todo list item will be removed. Using Array.filter() to delete item of ToDo list. It gives new array excluding the delete target (Filter function should be coded). Display weather Use navigator.geolocation.getCurrentPosition(<function for success>, <function for error>) to get location of the device. Use OpenWeather API (https://openweathermap.org/api) to retrieve current location's name and weather.

JavaScript 56.73% HTML 11.71% CSS 31.56%

ashus222.github.io's Introduction

Feature List (From Lecture)

Login (Get username and print) Once user enters the username, the form should disappear. Display the greeting message. Use localStorage to store username If username exists in the localStoreage, display the message with stored username.

Clock: Format - HH:MM:SS use setInterval() to generate the clock for each second Format using String.padStart(, ) and String.padEnd(, <\padString>).

Random quotes

Random background images

Create image () element on HTML document, using document.createElement().

ToDo list Using target of mouseEvent (generated on click) to identify which todo list item will be removed. Using Array.filter() to delete item of ToDo list. It gives new array excluding the delete target (Filter function should be coded).

Display weather Use navigator.geolocation.getCurrentPosition(, ) to get location of the device. Use OpenWeather API (https://openweathermap.org/api) to retrieve current location's name and weather.

ashus222.github.io's People

Contributors

ashus222 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

erika100

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.