Pinned Repositories
AI-Greetings-Gift-Idea-Generator
🎉 Experience Diwali Like Never Before! Get ready for the ultimate Diwali experience with an AI-powered twist! We're about to dive into the world of creativity and tech magic. 💡
AI-Interview-Coach-using-Python-and-OpenAI-API
This project is an AI-powered interview coaching tool using Python and the OpenAI API.
Build-a-Blockchain-Proof-Of-Work-with-C-
Build a simple Blockchain with C++
Build-A-Simple-Blockchain-with-Cpp
Build a simple Blockchain with C++
Build-a-To-Do-List-Console-App-in-Rust
This repository contains the source code and resources for a Rust programming tutorial where we create a task management application from scratch
Build-a-Weather-Console-App-Using-Rust
Weather App in Rust Build a real-time weather application using Rust with this beginner-friendly project. Learn essential Rust programming concepts, asynchronous programming with Tokio, and API interactions using the reqwest crate. Dive into the world of Rust by creating a practical weather forecasting application step by step.
Cpp-Program-to-find-string-has-unique-characters
This is an algorithm used to find if string has all unique characters without any additional data structure
Hangman-Game-in-C-
This is a Hangman Game in C++ , which is a word guessing game.
Real-Time-Chat-App-in-Rust
This project demonstrates how to build a real-time chat application using Rust and WebSockets, with a simple client interface built with HTML and JavaScript
Snake-Game-in-C-CPP
Make a simple Snake game using C/C++
Jenifer-TheCoder's Repositories
Jenifer-TheCoder/Build-a-Weather-Console-App-Using-Rust
Weather App in Rust Build a real-time weather application using Rust with this beginner-friendly project. Learn essential Rust programming concepts, asynchronous programming with Tokio, and API interactions using the reqwest crate. Dive into the world of Rust by creating a practical weather forecasting application step by step.
Jenifer-TheCoder/AI-Interview-Coach-using-Python-and-OpenAI-API
This project is an AI-powered interview coaching tool using Python and the OpenAI API.
Jenifer-TheCoder/Hangman-Game-in-C-
This is a Hangman Game in C++ , which is a word guessing game.
Jenifer-TheCoder/Snake-Game-in-C-CPP
Make a simple Snake game using C/C++
Jenifer-TheCoder/AI-Greetings-Gift-Idea-Generator
🎉 Experience Diwali Like Never Before! Get ready for the ultimate Diwali experience with an AI-powered twist! We're about to dive into the world of creativity and tech magic. 💡
Jenifer-TheCoder/Build-a-Blockchain-Proof-Of-Work-with-C-
Build a simple Blockchain with C++
Jenifer-TheCoder/Build-A-Simple-Blockchain-with-Cpp
Build a simple Blockchain with C++
Jenifer-TheCoder/Build-a-To-Do-List-Console-App-in-Rust
This repository contains the source code and resources for a Rust programming tutorial where we create a task management application from scratch
Jenifer-TheCoder/Cpp-Program-to-find-string-has-unique-characters
This is an algorithm used to find if string has all unique characters without any additional data structure
Jenifer-TheCoder/Jenifer-TheCoder
Config files for my GitHub profile.
Jenifer-TheCoder/Real-Time-Chat-App-in-Rust
This project demonstrates how to build a real-time chat application using Rust and WebSockets, with a simple client interface built with HTML and JavaScript
Jenifer-TheCoder/Design-Diagrams
Jenifer-TheCoder/My-Personal-Porfolio-Webiste-in-HtmlCSS
My Personal Porfolio Webiste in HtmlCSS
Jenifer-TheCoder/Personal-Bio-Website-Project-in-HTML
Personal Bio Website Project in HTML
Jenifer-TheCoder/Python-Automation-Scripts
Python Automation Scripts
Jenifer-TheCoder/Real-Time-Stock-Ticker-in-Rust
his project demonstrates building a real-time stock ticker application using Rust. It utilizes the Alpha Vantage API to fetch stock data and displays it in a tabular format. Learn about JSON deserialization, web requests, and table formatting in Rust programming.
Jenifer-TheCoder/Rust-Tic-Tac-Toe
This repository contains a beginner-friendly Rust project for implementing the classic Tic Tac Toe game. Through this project, Rust enthusiasts and beginners can learn fundamental concepts of Rust programming, including data structures, pattern matching, error handling, and more, in the context of game development.
Jenifer-TheCoder/Selection-Sort-in-Cpp
Selection sort is one of the easy sorting algorithms , in this exercise it will be used to sort array of integers.