Loading README.md 0 → 100644 +36 −0 Original line number Diff line number Diff line # Marvel Movies D3 Visualization A dynamic visualization of Marvel Cinematic Universe movies using D3.js. ## Verification Before setting up the project, ensure you have the following installed on your system: - **Node.js** (v14 or higher) - **npm** (Node Package Manager) To verify the installations, run the following commands in your terminal: ```bash node -v npm -v ``` ## Installation of dependencies Navigate to the project directory and install the required dependencies using npm: ```bash npm install ``` ## Running the Application Start the application using the following command: ```bash node index.js ``` This will start a local server. Open your browser and navigate to `http://localhost:3069` to view the visualization. No newline at end of file Loading
README.md 0 → 100644 +36 −0 Original line number Diff line number Diff line # Marvel Movies D3 Visualization A dynamic visualization of Marvel Cinematic Universe movies using D3.js. ## Verification Before setting up the project, ensure you have the following installed on your system: - **Node.js** (v14 or higher) - **npm** (Node Package Manager) To verify the installations, run the following commands in your terminal: ```bash node -v npm -v ``` ## Installation of dependencies Navigate to the project directory and install the required dependencies using npm: ```bash npm install ``` ## Running the Application Start the application using the following command: ```bash node index.js ``` This will start a local server. Open your browser and navigate to `http://localhost:3069` to view the visualization. No newline at end of file