0% found this document useful (0 votes)
5 views1 page

Tasks

The document outlines a series of programming tasks including a password generator, Tic Tac Toe game, simple to-do application, quote generator using an API, weather application using an API, and a Hangman game. Each task specifies the functionalities and requirements for the projects, emphasizing user interaction and data management. The projects aim to enhance user experience through dynamic interfaces and customizable features.

Uploaded by

subtlybeige
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Tasks

The document outlines a series of programming tasks including a password generator, Tic Tac Toe game, simple to-do application, quote generator using an API, weather application using an API, and a Hangman game. Each task specifies the functionalities and requirements for the projects, emphasizing user interaction and data management. The projects aim to enhance user experience through dynamic interfaces and customizable features.

Uploaded by

subtlybeige
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

📝 Tasks

Created @November 3, 2023 11:02 PM

Reviewed

Password Generator: Create a JavaScript tool that generates secure passwords


meeting user-defined constraints. Option available to user to generate password that
has caps, no caps, symbols, numbers etc, and by default it should generate a
password of length 4 with no caps and only characters. The length should also be
adjustable as per the user requirements.

Tic Tac Toe: This project aims to create an interactive and responsive game
interface. This application provides a platform for two players to engage in a classic
Tic Tac Toe game, featuring user-friendly design, dynamic updates, and intuitive
gameplay functionalities.

Simple To-Do: is a task management application designed to streamline and


organize daily tasks. This project offers a minimalist user interface, enabling users to
add, delete, and mark tasks as completed, and the data must be stored in local
storage.

Quote Generator using API: This JavaScript project integrates with an API to create
a dynamic application. The system retrieves and displays random quotes, providing
inspiration and motivation to users with seamless functionality and customizable
design.

Weather Application using API: Utilizing JavaScript and API integration, this
project offers a comprehensive weather application. It fetches real-time weather
data, presenting it on a interface for users to access accurate weather information,
forecasts, and location-based updates.

Hangman game: This JavaScript-based Hangman game is designed with a limited


4-chance guessing system. The project provides an interactive interface where
players have four attempts to guess a word that enhances engagement.

📝 Tasks 1

You might also like