Skip to content

sajidali/react-redux-presentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start

Run these commands in root directory

> npm install
> gulp
> npm start

Access the presentation at http://localhost:8000/index.html

TODOs

  • Add some routing (without using React-Router preferably)
  • How can we add the most basic animation: "appear" ? (Right now to make something appear, we had to create a duplicate slide and add the appearing item in it)
  • Use gulp/webpack to compile stylesheets
  • Write some tests

Contact

Twitter: @neebz

About

A very basic presentation on client-side frameworks built using react and redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • CSS 8.2%
  • HTML 2.1%