Skip to content
View atcriteria's full-sized avatar
  • Richmond, VA

Block or report atcriteria

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
atcriteria/README.md

⚔️ Greetings, Adventurer 🛡️

I am a Full Stack Web Developer who enjoys creating unique web applications as well as dabbling a bit in game development both as an artist and a programmer.

📖 A little bit about me

  • My love for programming and Full Stack Web Dev stems from my desire to create amazing things that users can interact with.
  • I enjoy Python's simplicity but prefer JavaScript's structure, especially in respect to white space and troubleshooting.
  • I really love MongoDB and how simple it is to incorporate it into a project, but I have a very firm appreciation for relational databases.
  • One of my favorite projects I contribute to is an ongoing Graphical MUD called Wyvern.
  • My childhood dream was to be a 3D environmental artist in the video game industry. Now I create with code, but I still dabble in pixel art from time to time.
  • One of my goals in life is to create my own game and release it to the world. I plan on picking up Unity and C# either by the end of this year or early 2022!

🛠 Tech Stack

  • 💻   Python | MySQL | MongoDB
  • 🌐   HTML | CSS | JavaScript | ReactJS | NodeJS

Current Project

RPG Simulator 2 This project is a recreation of this small project I made in vanilla JS, HTML, and CSS during my first month with Lambda school. RPG Simulator 2 will be very simular except I will be building it with React and eventually integrating a back end and database to store player character data for stricter player integrity and possibly even leaderboards.

Recent Project

MyMessenger, which is a simple instant messaging application consisting of a front end and a back end. The inspiration for this project was to learn a bit about websockets with Socket.io. This is one of my more styled applications, and is fully responsive in design. The application allows users to create a temporary display name which randomly assigns them a color scheme, and then allows them to send messages to the back end via websockets. The back end stores up to 50 of the most recent messages and delivers them to users when they access the application so they can catch up on all of the nonsense they might have missed. This project does not use a database and does not save or store any data of any kind.

Pinned Loading

  1. RPGProject RPGProject Public

    RPG Sim v1 - A fun project created with HTML and vanilla JS during my time at Lambda School

    JavaScript

  2. rpg-sim-fe rpg-sim-fe Public

    RPG Sim v2 - Inspired by RPG sim v1, this project aims to create a more robust RPG experience by implementing better systems for combat, character diversity, and player continuity with a back end d…

    JavaScript 1

  3. mymessenger-frontend mymessenger-frontend Public

    A fun application I created to learn and practice with WebSockets using the Socket.io library.

    JavaScript

  4. mymessenger-backend mymessenger-backend Public

    The back end for my WebSocket application. Listens for activity on the WebSockets as well as caches recent messages that are sent to the front end when the page is loaded.

    JavaScript

  5. ToDoFrontEnd ToDoFrontEnd Public

    The front end for my personal ToDo application that allows users to create a ToDo, rearrange ToDo's, mark ToDo's as complete, edit ToDo's, delete ToDo's, and toggle between light and dark themes.

    JavaScript

  6. FruitCo FruitCo Public

    My final project for an Introduction to Web Development (110) college course that received perfect marks.

    HTML