iandenegri
Bink Bonk. For additional things I do, check out my gists: https://gist.github.com/iandenegri
United States
Pinned Repositories
connect4jquery
In Browser Connect4 game
django_small_blog
Small Django blog that allows users to sign up to post. Has a minor view tracking system implemented but can be easily abused with mass refreshes. Has auth checking to make sure the user is signed up and grants permissions to edit/delete posts if user matches up with the post's author.
hololive-idol-archive
iandenegri.github.io
Repository hosting the code used to create my portfolio site to Heroku. The site utilizes AWS S3 to host user submitted images rather than static files so that this site can be used as a template to some degree.
pythonmotiondetection
Working on a script that can connect to a webcam and then detect if there's motion.
RealEstateScraper
Python Script that scapes the web to build a data frame of listings using Pandas
twitter_tweet_clean_up
The purpose of this project is to clean up your latest tweets (within 2 weeks or so). This project initially was supposed to slowly clean out old tweets but the Twitter API only allows me to go back around 2 weeks so instead it now just keeps my latest tweets cleaned up to keep my profile from getting flooded with Retweets.
iandenegri's Repositories
iandenegri/twitter_tweet_clean_up
The purpose of this project is to clean up your latest tweets (within 2 weeks or so). This project initially was supposed to slowly clean out old tweets but the Twitter API only allows me to go back around 2 weeks so instead it now just keeps my latest tweets cleaned up to keep my profile from getting flooded with Retweets.
iandenegri/django_small_blog
Small Django blog that allows users to sign up to post. Has a minor view tracking system implemented but can be easily abused with mass refreshes. Has auth checking to make sure the user is signed up and grants permissions to edit/delete posts if user matches up with the post's author.
iandenegri/hololive-idol-archive
iandenegri/iandenegri.github.io
Repository hosting the code used to create my portfolio site to Heroku. The site utilizes AWS S3 to host user submitted images rather than static files so that this site can be used as a template to some degree.
iandenegri/animated_travel_landing_page
HTML, CSS and a little bit of JS to make an animated landing page with a movie BG using HTML5 features
iandenegri/Django-Dashboard-Project
iandenegri/django-ecommerce
iandenegri/dynamic-landing-page
HTML, CSS and vanilla Javascript landing page that displays time in real time, can be customized and dynamically updates the background based on what time it is.
iandenegri/express-bootstrap-yelpcamp
A yelp-like site made using express for the backend and html, css, javascript and bootstrap 3 for the front end.
iandenegri/express-friend-adder
A small and relatively useless application that serves as an exercise in using express. Has an end point for posting new friends but friends are lost on app restart. Read the readme to see more functionalities and what I learned from this
iandenegri/express-movie-api-search
Search a public movie api using this simple express application.
iandenegri/express-restful-blog-app
Practicing doing routing for CRUD operations for a blog-like app using Express to get webdev practice outside of Django
iandenegri/express.js-auth-practice
Practicing setting up authentication in express.js and practice with writing my own middlewear
iandenegri/flask-mongodb-todo
FE files taken from Pretty Printed and then modified by me to work with my code.
iandenegri/google-homepage-tweaking
iandenegri/html-css-jquery-todo-list
To-Do list created using HTML, CSS, Javascript and jQuery as an exercise in creating FE based projects.
iandenegri/javascript-exercises
iandenegri/netflix-landing-page-emulation
Copying the netflix landing page using HTML, CSS and vanilla JS.
iandenegri/party-rock-on-twitter
Python Script that when run will retweet the Phoenix Wright x Party Rock crossover tweet. EDIT: It used to do that but the acccount that uploaded it got suspended so now it's a corgi video :-(
iandenegri/rails_test_app
Trying out ruby on rails. Not a serious project.
iandenegri/react-redux-form
Making a small form using react redux forms. Included a small validation function and a custom input field function so that the input fields can be a little nicer.
iandenegri/react-sample-form
Created a form in react without additional libraries. Console in dev tools will print out whatever is in the forms when submit is clicked.
iandenegri/react-task-tracker
iandenegri/React-Tic-Tac-Toe
Tic Tac Toe made using React. Features parent and child classes, and logic checks to verify status of game. Runs in browser.
iandenegri/React_UI_Practice
Working on creating a React project by starting with a wireframe made in Adobe XD and then creating the project based on the wireframe design.
iandenegri/RGBColorGame
Vanilla Javascript-based game that uses an HTML and CSS front end to have a user analyze an RGB code and then pick which square matches it.
iandenegri/rock-paper-scissors-odin
Rock Paper Scissors Project to learn Javascript
iandenegri/SwiftWarApp
First time working with Swift and trying out the language. Made a single view iOS app that lets the user draw two cards, compare their values and then keep tally of wins and losses. Similar to War. Just doesn't have deck logic to keep track of which player is losing their deck and doesn't do anything on a draw. Definitely can be improved to do those features.
iandenegri/tweet-me-django-react
Twitter-like clone using Django for a RAPI BE and React for the FE
iandenegri/wikipedia-search-app
Pure JS application that searches Wikipedia's API and displays results in Browser.