Pinned Repositories
APComputerScience
Projects from AP Computer Science under Edhesive online MOOC course.
Battleship
A game of Battleship coded in C++ using polymorphism and recursion.
brianc725.github.io
[React, HTML, CSS, JavaScript, Firebase]: New (2019 - ) personal website currently in development with React frontend and backend with Firebase.
BruinNav
[C++]: Basic turn by turn based navigation system coded in C++ with Map data structure coded by hand.
Bruinstrooms
[Android, Java]: An Android application allowing users to rate restrooms at UCLA along with post reviews for others to see. Also allows users to see restroom rating and amenities.
Bugs
[C++]: A game simulation coded in C++ where Bugs compete against each other to fight for resources and survive the longest.
CS174A
LAHacks2018
[Android, Java, Firebase]: Pic It! - Find a meal for your group to eat at without frustration! Vote on pictures of food, and get a place to eat!
Old-Personal-Website
[HTML, CSS, JavaScript]: My original personal website (2016 - 2019) created with HTML/CSS/JavaScript. Due to the nature of it, it is a static website with no backend.
StockNotifier-Frontend
[React Native, JavaScript]: CS 130 Project - An application that allows users to follow tickers and receive notifications for when it hits a support or resistance line.
brianc725's Repositories
brianc725/APComputerScience
Projects from AP Computer Science under Edhesive online MOOC course.
brianc725/Bruinstrooms
[Android, Java]: An Android application allowing users to rate restrooms at UCLA along with post reviews for others to see. Also allows users to see restroom rating and amenities.
brianc725/LAHacks2018
[Android, Java, Firebase]: Pic It! - Find a meal for your group to eat at without frustration! Vote on pictures of food, and get a place to eat!
brianc725/Battleship
A game of Battleship coded in C++ using polymorphism and recursion.
brianc725/brianc725.github.io
[React, HTML, CSS, JavaScript, Firebase]: New (2019 - ) personal website currently in development with React frontend and backend with Firebase.
brianc725/BruinNav
[C++]: Basic turn by turn based navigation system coded in C++ with Map data structure coded by hand.
brianc725/Bugs
[C++]: A game simulation coded in C++ where Bugs compete against each other to fight for resources and survive the longest.
brianc725/CS174A
brianc725/Old-Personal-Website
[HTML, CSS, JavaScript]: My original personal website (2016 - 2019) created with HTML/CSS/JavaScript. Due to the nature of it, it is a static website with no backend.
brianc725/StockNotifier-Frontend
[React Native, JavaScript]: CS 130 Project - An application that allows users to follow tickers and receive notifications for when it hits a support or resistance line.
brianc725/DogsWebsite
[Angular, TypeScript]: A mini project just to practice some Angular 6 concepts. Displays images of dogs either by random or by a specific breed. Powered by dog.ceo.
brianc725/FreeCodeCampProjects
Projects from Free Code Camp
brianc725/IDEAHacks2018
[Arduino]: An Arduino project for UCLA's IDEA Hacks in 2018. Created an automated trash can that opened and closed lid while also indicating fullness on a website.
brianc725/JohnsHopkinsWebDevProjects
Projects from the Coursera class HTML, CSS and Javascript for Web Developers from Johns Hopkins
brianc725/PersonalProjects
This contains various projects that I have worked on my own just to experiment with what I have learned and practice coding.
brianc725/react-projects
Various projects for practicing my skills in React.
brianc725/TicTacToe
A text based game of Tic Tac Toe using C++ coded from scratch.
brianc725/TipApp
brianc725/todo-web-app
[React, sqlite3, bcrypt, jwt, Node, Express]: A todo app that allows users to create, edit, mark as completed, and delete todos. Users are authenticated with bcrypt and jwt, backend is in sqlite3, and frontend is in React.
brianc725/Weather-App
[React, Node, Express, Redis, Docker, Docker Compose]: Full stack weather application to provide current weather conditions. Primarily a project to practice Docker and Docker Compose.