The objective of this project is practise some basic javascript and css concepts associated with web animations and DOM manipulation. The React.js used is completely optional, because all the animations and manipulations are made using pure javascript.
To clone and run this application, you'll need Git and React.js installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/animated-stack.git
# Go into the repository
$ cd animated-stack
# Install dependencies
$ npm install
# Run the app
$ npm start
