This Logo Generator is a tool that empowers users to create stunning logos in SVG format quickly and effortlessly. With this generator, users have the freedom to customize various aspects of their logos, including colors, text, and dimensions, allowing them to bring their vision to life without any cost constraints.
This project is licensed under the MIT License. See the LICENSE file for details.
To use the SVG Logo Generator, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/ChemaKing13/svg-logo-generator.git
- Navigate to the project directory:
cd svg-logo-generator - Install the required dependencies using:
npm install
- Start the SVG Logo Generator:
npm run
To run the tests for the SVG Logo Generator, follow these steps:
- Ensure that you have installed the dependencies by running:
npm i jest
- Run the following command to execute the tests:
npm run test
In order to complete this challenge, I applied the knowledge seen in class, as well as additional resources from the Internet, such as articles and videos.
- http://www.w3.org/2000/svg
- https://app.screencastify.com/videos
- https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Statements/async_function
- https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Texts
- https://www.valentinog.com/blog/jest/
- https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
- https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Basic_Shapes
You can watch the demo video here.