Skip to content

M-Tri/vanilla-js-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development Project

This project demonstrates fundamental web development concepts using HTML, CSS, and JavaScript, along with the Jasmine testing framework for robust code validation.


Technologies Used 🛠️

Technology Description
HTML Structures the content of web pages.
CSS Styles the appearance of web pages.
JavaScript Adds interactivity and dynamic behavior to web pages.
Libraries Reusable blocks of code that simplify complex tasks.
Jasmine Testing Framework A behavior-driven development (BDD) framework for testing JavaScript code.
Unit Tests Tests individual components or functions in isolation.
Integration Tests Tests the interaction and communication between different components.
Hooks (Jasmine) Functions that run before or after test suites or individual specs (e.g., beforeEach, afterAll).

How to Run

This project can be run directly in your web browser using a local development server.

  1. Install Live Server (if you don't have it): If you use Visual Studio Code, you can install the "Live Server" extension. For other environments, you might need a different local server solution.
  2. Open with Live Server: Right-click on any .html file within the project directory (e.g., index.html or a specific test HTML file) and select "Open with Live Server." This will launch the page in your default web browser and automatically refresh it when you make changes to the files.

Credits and Learning Journey

This project was developed as part of an online tutorial series provided by SuperSimpleDev. Their tutorials offer a comprehensive and accessible way to learn web development from the basics to more advanced topics.

About

Add javascript to an 'amazon' like webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors