An open API service indexing awesome lists of open source software.

https://github.com/thecoderadi/snells-law-final-


https://github.com/thecoderadi/snells-law-final-

Last synced: about 1 year ago
JSON representation

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