WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

gnikoloff/svg-fundamentals-awwwards-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building vector graphics, UIs and animations with SVG from scratch

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.

Installation

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"

Running the project

To run it, simply:

  1. Navigate to the folder that contains this project
  2. Open a terminal
  3. Install the dependencies with npm install
  4. Run it with npm run start.

About

This repo contains all the examples and source code for the SVG Fundamentals AWWWARDS video course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages