https://github.com/thecoderadi/snells-law-final-
https://github.com/thecoderadi/snells-law-final-
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecoderadi/snells-law-final-
- Owner: TheCoderAdi
- Created: 2024-01-23T11:01:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T06:06:43.000Z (about 2 years ago)
- Last Synced: 2025-01-14T06:53:51.967Z (over 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snell's Law Demonstration
This project is a visual demonstration of Snell's Law, showcasing the bending of light as it passes through different media.
## Getting Started
To set up and run this project locally, follow the steps below.
### Prerequisites
Make sure you have [Node.js](https://nodejs.org/) installed on your machine.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/TheCoderAdi/snells-law-final-.git
```
2. Navigate to the project directory:
```bash
cd snells-law-final-
```
3. Install dependencies:
```bash
npm install
```
### Running the Demo
To start the demo, run the following command:
```bash
npm run dev