Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRiccardo Venturini
5,040 PointsWhat is the best approach to Build an App with React.js that function like a "PowerPoint Presentation" ?
I would like to build an App which the main function will be to Present something... The user will get access to the slides(pages) with a swipe. Each slide will have buttons that will shoot up Popups windows with more info...
Abraham Juliot
47,353 PointsAbraham Juliot
47,353 PointsModal popups and a single page of slides can be done with plain JavaScript. But, react may be a fun way to approach the idea. In any case--for the swipe--you'll to need implement touch events or pull in a touch event library:
For reference: