- Typescript
- Vanilla JS
- Sass
- CSS Scroll Snap (used in Carousel)
- Mutation and Intersection Observer to manage the Carousel Slides
https://prismatic-lamington-318a22.netlify.app/
The build files are inside of: dist
folder. It's not necessary run a server to see the project, just double click directly into index.html
The project works on mobile and desktop.
Install the dependencies:
$ yarn install
Running the project:
$ yarn dev
Build the project:
$ yarn build