Skip to content
View ckronber's full-sized avatar

Block or report ckronber

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ckronber/README.md

Chris Kronberg GitHub

Welcome

Welcome to my github site! Here I put all of my programming and electronics projects I am currently working on and projects I have worked on in the past. You are welcome to use them for reference if you would like to learn more about any of the programming languages that I have programmed here. I also welcome feedback for how to make my code better. I have been to IUPUI for a minor in CS and most recently was at Eleven Fifty Academy working on a C# .NET MVC project. I am currently looking for a job in Software Development or Electronics Engineering.

Interests

Programming in Python, C#, C# .Net Web MVC,C, C++, and Electronics Engineering

Currently Learning

Python sqlite3 and flask

Contact Info

Email: ckronber@gmail.com
Phone: 812-521-0342

Python Projects

  • This is a group chat application that I am currently still working on that has the ability to create, edit and delete messages from the user that sent the messages. This web app is currently running on Heroku and has a limit of 20 connections. If I expand this app, I will move it to a dedicated paid server. There is also the ability to see when people are online or offline. This helps with seeing who is online and can see your messages right away. Direct messaging has not been implemented here yet but that Is a feature I am going to add.

Eleven Fifty Academy Projects

1. Gold Badge Projects

2. BFG Coffee Shop

  • Created a coffeeshop web API created with 3 other classmates to have a customer add items to the order and computed total price of items
  • Python Console App for Accessing BFG CoffeeShop Web API
  • Created a Web MVC for a Cryptocurrency portfolio to store cryptocurrency amount and prices to track them.

Popular repositories Loading

  1. CryptoPortfolio CryptoPortfolio Public

    CryptoPurchase is a WebMVC where you can add all of your crypto purchases and has updated prices for each of the cryptocurrencies that you add even if they are on different exchanges.

    JavaScript 1

  2. SignalRChat SignalRChat Public

    C# 1

  3. JuntoChatBackend JuntoChatBackend Public

    This is the back end of the chat app that is being redone in python. I will likely use sqlite3 and pythonsocketio

    Python 1

  4. chat-web-app chat-web-app Public

    web app that uses Flask, Flask_SocketIO, sqlalchemy, and sqlite3

    HTML 1 2

  5. TKinterGUI TKinterGUI Public

    Making GUIs with Tkinter in python

    Python 1

  6. exploringBB exploringBB Public

    Forked from derekmolloy/exploringBB

    Source code for the book Exploring BeagleBone, by Derek Molloy (see www.exploringbeaglebone.com)

    C++