Skip to content

calebjeffery/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Project: Calculator

This project is a learning project based on the YouTube tutorial by Web Dev Simplified. The tutorial can be found at https://youtu.be/j59qQ7YWLxw.

Self-Reflection: Lessons Learned

During the course of this project, I gained valuable insights and expanded my knowledge in the realm of JavaScript development. One of the key takeaways from this experience was the realization of the importance of writing pure JavaScript code, as opposed to relying heavily on frameworks like jQuery.

By delving into plain JavaScript, I discovered that utilizing a JavaScript library, such as jQuery, often necessitates the need to diligently maintain and update projects to stay current with the library's versions and dependencies. This realization prompted me to explore and embrace the fundamental principles and capabilities of JavaScript itself.

This learning experience has empowered me to craft more efficient and sustainable code, reducing reliance on external libraries. By leveraging the inherent capabilities of JavaScript, I can create streamlined and robust solutions while maintaining greater control over the development process.

Moving forward, I intend to further sharpen my JavaScript skills and explore additional opportunities to enhance my understanding of other frameworks and technologies. This project served as a valuable stepping stone in my journey towards becoming a more proficient and knowledgeable JavaScript developer.

Description

The Calculator project is a simple web application that allows users to perform basic arithmetic calculations. It was built as a hands-on exercise to practice web development concepts, including HTML, CSS, and JavaScript.

Features

  • Addition, subtraction, multiplication, and division operations.
  • Responsive design for different screen sizes.
  • Error handling for invalid inputs.
  • Clear button to reset the calculator.

Getting Started

To run the calculator locally, follow these steps:

  1. Clone the repository:
  git clone https://github.com/calebjeffery/calculator.git
  1. Open the index.html file in a web browser.

  2. Use the calculator interface to perform calculations.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Credits

This project was created as a learning exercise based on the YouTube tutorial by Web Dev Simplified. The tutorial can be found at https://youtu.be/j59qQ7YWLxw.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published