Highlights
- Pro
-
-
dartantic_ai Public
Forked from csells/dartantic_aiDartantic is an agentic framework designed to make building client and server-side apps in Dart with generative AI easier and more fun!
Dart UpdatedJul 30, 2025 -
meditation-app Public
This is a meditation app that allows users to start guided meditation sessions and read positive affirmations. It is built using React Native and Expo.
TypeScript UpdatedJul 12, 2024 -
notes-app-backend Public
This is a notes app API that allows users to authenticate and manage their notes. It is built using Node.js, Express, and MongoDB.
JavaScript UpdatedJul 12, 2024 -
notes-app-frontend Public
This is a notes app that allows users to authenticate and manage their notes. It is built using React and Tailwind CSS.
JavaScript UpdatedJul 12, 2024 -
weather-app Public
A simple weather application built with Flutter that provides weather information based on the user's current position or a searched location.
Dart MIT License UpdatedNov 29, 2023 -
product-management-app Public
This is a simple product management app built using React. It allows you to manage a list of products, including adding new products, deleting existing ones, and sorting the product list by differe…
JavaScript UpdatedOct 28, 2023 -
nba-win-prediction Public
The goal of this project is to build a linear regression model that can predict the number of wins for NBA teams based on the point differential for each team. The model will be trained on data fro…
Python MIT License UpdatedOct 27, 2023 -
graph-coloring-app Public
A simple Python application for graph coloring using the Tkinter, NetworkX, and Matplotlib. This application allows users to input a graph by specifying nodes, edges, and available colors. It then …
Python UpdatedOct 10, 2023 -
weather-app-rn Public
While learning React Native, I tried to clone the https://github.com/BiAksoy/weather-app. I preferred Expo for a faster development experience.
JavaScript UpdatedAug 30, 2023 -
address-book Public
This script is designed to manage an address book with basic functionalities using a Bash terminal interface. It allows you to add, display, search, update, and delete records in the address book. …
-
secure-certificate-server Public
Secure Certificate Server is a Java application that demonstrates a simple client-server communication using secure RSA encryption and digital signatures. It allows clients to request certificates …
Java UpdatedAug 22, 2023 -
recursive-pingulogy Public
Optimizing a unique recursive function with dynamic programming and some math.
-