Skip to content

gusrodriguez/notepad

Repository files navigation

Notepad

What's this?

A notepad written in react, that uses react-transitions-group to controll the animations.

What could it be useful for?

If you want to take a look at how to deal with functional animations avoiding the uncontrolled CSS animations.

Install dependencies

npm install

Tech stack

- React
- Redux
- SASS
- React Transitions Group
- GreenSock library

Run the application

npm start

Navigate to:

localhost:8080

Run tests

npm run test