Skip to content

A collection of javascript projects to experiment with. Feel free to share your version of the single project.

Notifications You must be signed in to change notification settings

baleDevIt/Javascript-Project-Idea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Project Idea - Beginners

Javascript Project Idea - Beginners

A collection of javascript projects to experiment with. Feel free to share your version of the single project.


Table of Contents


Description

In this repository you will find a collection of Beginners level projects that will help you get ideas to experiment with and test your code on real projects.

Feel free to share your version of the individual projects or add new challenges to the repository.

Back To The Top


How To Use

Read the requests of each project inside references section and play it. A Readme file will give you simple instructions to work with, it's up to you to choose the best way to fix the problem.

Back To The Top


References

Background Color Changer

By clicking anywhere in the browser window, the user must be able to change the color of the background. When the background color changes, it is advisable to display the relative hex code of the color combarso as background in the center of the browser.

Real Example

Project Image

Random Quotes Generator - without Api

By clicking on the button on the page, the user must view a famous phrase with its author. With each click, the user must always see a different phrase within a previously defined block of phrases (10 famous phrases could be enough).

For this project it is recommended not to use external APIs.

Real Example

Project Image

Calculator

A classic in educational projects! The realization of a working calculator allows to solve some common realization difficulties. It is advisable to implement the basic functions of a calculator (addition, subtraction, division and multiplication), not to allow the user to enter more than 12 digits including operator and to perform one operation at a time. [2 + 2] (ok) [2 + 3 + 2] (no!)

If you want to increase the difficulty, it is advisable to remove the last constraint and allow the user to enter digits greater than 12.

Real Example

Project Image

Back To The Top


License

MIT License

Copyright (c) [2021] [Gennaro Balenzano]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Author Info

Back To The Top

About

A collection of javascript projects to experiment with. Feel free to share your version of the single project.

Topics

Resources

Stars

Watchers

Forks