11 JavaScript Projects You Can Build to Perfect Your Coding Skills
Por xhlar
- 2 minutos de lectura - 234 palabras Photo by Boitumelo Phetla on Unsplash
- To show concrete projects in your portfolio.
- To manipulate data in input (keyboard, mouse) as in output (screen).
- To build simple user interfaces on the web in HTML.
1. Develop a TODO list in JavaScript
- How to manage and display different elements according to their state
- How to create, retrieve, modify and delete objects in JavaScript
- How to go further with data permanence locally by exploring
localStorage
2. Develop a JavaScript Quote Generator
- First, you will need to collect the quotes you want, try to do this intelligently by scraping the data.
- Then you will need to put these quotes in a table so that you can use them.
- Eventually, you’ll build a UI to display the content randomly.
3. Develop a BMI Calculator in JavaScript
4. Develop a Currency Converter to JavaScript
5. Develop a Calculator in JavaScript
- The bill
- The subtraction
- The multiplication
- The division
6. Developing a Countdown in JavaScript
7. Developing a Word Counter in JavaScript
- a form so that the user can enter their text
- a button to validate the text
- the result of the number of words present in the text