This repository contains all the samples, excercises, and demo code needed for this course.
SVG has a lot to offer in terms of building complex interactive graphics, animations and special effects. With a little bit of math and good understanding of the API, you will be able to fully express your creative ideas and build advanced data charts, widgets and animated scenes.
Open your favourite terminal, navigate to the folder where you want to install the project and type git clone [email protected]:gnikoloff/svg-fundamentals-awwwards-course.git.
Alternatively, click the Code button in top right of this page and click on "Download ZIP"
To run it, simply:
- Navigate to the folder that contains this project
- Open a terminal
- Install the dependencies with
npm install - Run it with
npm run start.