SVG-Maker is a Node.js application that allows users to generate SVG files based on user input. The application prompts the user for a shape, color, and text, and then generates an SVG file that includes the specified shape and text.
- Clone the repository to your local machine using
git clone https://github.com/yourusername/SVG-Maker.git. - Navigate to the project directory using
cd SVG-Maker. - Install the necessary dependencies using
npm install.
Run the application using node index.js. You will be prompted to enter a shape, color, and text. The application will then generate an SVG file based on your input.
Tests are run using the npm test command. This will run all test files in the test directory. The tests use the Jest testing framework and check the functionality of the shape classes and SVG generation.
Please replace https://github.com/yourusername/SVG-Maker.git with the actual URL of your GitHub repository.
A special thanks to Alex Palace for his valuable contributions to the code. His expertise and support have been instrumental in the development of this project.
Github https://github.com/anplace