Skip to content

Developer-Students-Clubs-MESCOE/HacktoberFest_2021_Kotlin_Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest_2021_Kotlin_Apps

Some good first issue kotlin apps

  1. First app is a simple Dice rolling App
  2. Second app is a basic Todo List App
  3. Third app is a Weather App

How to contribute?

  1. Fork this repository into your github account
  2. Clone this project into your local machine.
    https://github.com/Developer-Students-Clubs-MESCOE/HacktoberFest_2021_Utility_Apps
  3. make a new branch.
    git checkout -b branch-name
  4. push your code into this branch.
    git add .
    git commit -m "Your message here"
    git push origin branch-name
  5. Make a Pull request

Run this program by importing it on Google Colab

The page will reload if you make edits.
Star this repo if you liked it :)