An open API service indexing awesome lists of open source software.

https://github.com/oliveirad4vi/trakto-platform

This is an Angular 2+ project that follows the prototype provided by Trakto Education and allows the user to authenticate, access Trakto TV modules and view their newly edited designs
https://github.com/oliveirad4vi/trakto-platform

angular scss typescript

Last synced: 2 months ago
JSON representation

This is an Angular 2+ project that follows the prototype provided by Trakto Education and allows the user to authenticate, access Trakto TV modules and view their newly edited designs

Awesome Lists containing this project

README

          

# Trakto TV Angular App

This is an Angular 2+ project that follows the prototype provided by Trakto Education and allows the user to authenticate, access Trakto TV modules and view their newly edited designs.

## Deploy

Deploy link: [Trakto TV](https://trakto-platform.vercel.app/login)

![Platform Screenshot](https://raw.githubusercontent.com/oliveiraD4vi/trakto-platform/main/src/assets/images/banners/screenshot-model.png)

## Technologies

- Angular 15.2.0
- TypeScript 4.9.4
- rxjs 7.8.0
- husky 8.0.3
- ESLint 8.33
- prettier 2.8.7

## Instructions for Running the Project

You will need [Node 18+](https://nodejs.org/en), [Git](https://git-scm.com/) and [AngularCLI](https://angular.io/) installed on your machine to run this project.

After cloning the repository, install the project's dependencies with the following command:

```
# npm
npm install

# yarn
yarn
```

With the dependencies properly installed, start the local server with the following command:

```
# Angular CLI
ng serve

# Scripts
npm start
```

Open your browser and go to http://localhost:4200/.

Note: Before running the app, make sure you have created a free Trakto account and created some documents from any available template so that you can view your material in the app.

### Thanks

Thank you for considering this project! If you have any questions or suggestions, feel free to get in touch.