GithubHelp home page GithubHelp logo

altitudecinematix's Introduction

AltitudeCinematix

AltitudeCinematix is an application that uses Ionic, React, and Firebase for authentication, database, and storage. The app is designed to showcase aesthetic and visually pleasing videos, with a focus on background content such as drone footage, nature videos, and animations.

Prerequisites

Before running this project, you will need to create a file called firebaseCredentials.ts in the src folder. This file should contain the Firebase configuration information needed to connect to your Firebase project. Here's an example of what this file should look like:

const config = {
	apiKey: "<YOUR-API-KEY>",
	authDomain: "<YOUR-AUTH-DOMAIN>",
	databaseURL: "<YOUR-DATABASE-URL>",
	projectId: "<YOUR-PROJECT-ID>",
	storageBucket: "<YOUR-STORAGE-BUCKET>",
	messagingSenderId: "<YOUR-MESSAGING-SENDER-ID>",
	appId: "<YOUR-APP-ID>",
	measurementId: "<YOUR-MEASUREMENT-ID>"
};

export default config;

Note that all personal details have been removed from this example. You should replace the placeholders with your own Firebase project's configuration details.

To run this project, you should use the latest stable release of Node.js, which is currently version v18.15.0. Using this version is advised for optimal performance and compatibility.

Node.js version 19 is currently incompatible with some of the dependancies included in this project.

Installation

To run this project locally, clone this repository and run the following commands:

npm install
npm start

This will start the development server at `http://localhost:3000`.

Usage

To use the AltitudeCinematix app, simply log in with your Firebase authentication credentials and browse the available videos.

Contributing

This project is not currently accepting contributions. If you find a bug or would like to suggest a feature, please open an issue on the project's GitHub page.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

altitudecinematix's People

Contributors

toma5od avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.