This repository contains the code and assets for an animation video presentating a user authentication process with RESTful API and database population. created for SenaiMG's CTTI using Motion Canvas, Vite, TypeScript. https://projectg2.vercel.app/
This animation video presentation was developed to engage the audience during the SenaiMG CTTI presentation. It combines the power of Motion Canvas, a versatile animation library, with the speed of Vite for a smooth development experience. TypeScript ensures type safety and code maintainability throughout the project. Additionally, this project briefly demonstrates a user authentication process through a RESTful API and database population.
- Engaging animations to captivate the audience.
- Smooth transitions and effects for a polished presentation.
- Interactive elements to enhance user experience.
- Motion Canvas: A JavaScript animation library.
- Vite: A build tool that is fast and reliable.
To run this animation video presentation with user authentication locally, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/Gabriel-Spinola/Project-G-Presentation.git
Navigate to the project directory.
cd projectg-db-presentation
Install the project dependencies using your preferred package manager (e.g., npm or yarn).
npm install
Start the development server.
npm run serve
Open your browser and visit http://localhost:9000 to view the animation video presentation with user authentication.
Feel free to customize this animation for your own presentations:
Modify the animation scripts in the src directory. Update content and assets as needed.
This animation video presentation is open-source and available under the MIT License.