Skip to content

Niasua/Javascript-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Practice Projects

This repository contains a collection of small JavaScript projects that I have built to practice various aspects of JavaScript and web development. These projects demonstrate the use of DOM manipulation, event handling, and basic web functionality.

Projects


ToDo List

A simple To-Do List web application built with JavaScript. It allows you to add tasks, mark them as completed, and delete them. Tasks are stored temporarily in the app and are visually updated when marked as completed.

Features:

  • Add new tasks
  • Delete tasks
  • Mark tasks as completed

Demo:

toDoList

Try it!

Try toDoList


Color Changer

A small web app that lets you change the background color of the page by clicking on different color buttons. It is designed to practice working with DOM events and color manipulation in JavaScript.

Features:

  • Change background color with buttons
  • Simple design

Demo:

colorChanger

Try it!

Try colorChanger


Calculadora

A basic calculator built with HTML, CSS, and JavaScript. It supports basic arithmetic operations like addition, subtraction, multiplication, and division, along with a clear and backspace function.

Features:

  • Addition, subtraction, multiplication, division
  • Clear button (C) and backspace button
  • Responsive design

Demo:

calculadora

Try it!

Try calculadora


Page Marker

This project allows users to mark the page number of books they are reading, helping them track where they left off. It is designed for people who frequently read physical books and want an easy way to record their progress.

Features:

  • Mark the current page of a book
  • Keep track of where you left off in your reading
  • Simple and intuitive design
  • Saves on local storage

Demo:

PageMarker

Try it!

Try PageMarker


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors