Skip to content

kristaponis/js-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Projects

Some fun projects with Vanilla JavaScript

Project 1. Registration form.

Registration form performs simple validation on form fields:

  • checks if username field is between 3 and 20 characters
  • checks if email field is valid
  • checks if passwords are between 6 and 20 characters and if they match

Project 2. Simple video player

Simple video player with custom controls

Project 3. Exchange rates

Exchange rates API implementation. Calculate currency values. In order to work correctly, You need to get API key from exchangerate-api.com

Project 4. Hangman

Guess a word and win or be hanged. Uses svg elements to draw a Hangman. Simple JavaScript adds functionality to the game.

html | scss | javascript

About

Some projects with vanilla JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published