Coder Social home page Coder Social logo

keithchad / tesla Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jumaallan/tesla

1.0 0.0 0.0 107 KB

Insipired by : https://twitter.com/_jumaallan/status/1563934596521246720

Home Page: https://twitter.com/_jumaallan/status/1563934596521246720

Kotlin 100.00%

tesla's Introduction

Tesla

Tesla App Clone built in Kotlin, using Compose. The project was initially designed by Clinton, using Flutter, with this figma design

We are keeping this repo as a single module since we are building out the UI only. Might modularize if necessary, but not now ๐Ÿ˜„

Dependencies

  1. Versions Catalog
  2. Jetpack Compose
  3. Coil - For Image Loading and Caching
  4. Material3
  5. Hilt

Versions Catalog

To add a dependency, navigate to gradle/libs.versions.toml file, which has all the dependencies for the project. This file has the following sections:

[versions] is used to declare the version numbers that will be referenced later by plugins and libraries.

[libraries] Define the libraries that will be later accessed in our Gradle files.

[bundles] Are used to define a set of dependencies. For this, we have compose and hilt as examples.

[plugins] Used to define plugins.

You need to add your dependency version in [versions]. This is unnecessary if you are not sharing the version across different dependencies. After defining the version, add your library in the [libraries] section as:

android-hilt = "com.google.dagger:hilt-android:2.42"

If you have already defined the version in [versions], you define it as:

android-hilt = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }

tesla's People

Contributors

jumaallan avatar

Stargazers

Keith Chad 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.