Skip to content

A website created for the Alibi Esports Organization that serves as a medium for the esports organization, Alibi Esports, and their player base. The organization reaches out to communities and provides them with a competitive outlet for trending games.

Notifications You must be signed in to change notification settings

justindjsuh/alibi-esports-fe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alibi Esports Alibi Esports

JavaScript NodeJS React Express.js

FeaturesScreenshotsTech StackPackages

Features

This website serves as a medium for the esports organization, Alibi Esports, and their player base. The organization reaches out to communities and provides them with a competitive outlet for trending games.

  • An all-in-one platform for the organization and players to exchange information
  • There is a scrollable landing page that explains what the company is about and what they strive to achieve through this organization
  • Players can sign up for tournaments via the Register button, where they can input all of their team information including up to five players, a coach, a manager, and two subs.
  • Players are also able to browser previous and upcoming tournaments on the tournaments page where the participating teams and final placements are displayed

Landing Demo

Screenshots

Landing Page

alibi esports landing page

Team Registration Page

alibi esports form page

Tech Stack

Tech Name Home Page
Node.js https://nodejs.org/en/
React https://reactjs.org/
Express.js https://expressjs.com/
PostgreSQL https://www.postgresql.org/
Sequelize https://sequelize.org/

Packages

Package Name Home Page
Axios https://axios-http.com/docs/intro/
Aos http://michalsnik.github.io/aos/
Letterize.js https://github.com/WojciechKrakowiak/letterize/

Lessons Learned

One of the first things one might ask when checking out this repo is, "Why is the frontend and backend split?" Now there are two main reasons for that. 1. I had no idea how to combine the two into one deployment (I do now) 2. That conveniently let me avoid the spin down time on Render's deployment for web services on initial load. So, loading up the page doesn't take 30+ seconds, but a request (like a team registration) will require the backend to spin back up. More on this in my learn more section!

As my first website put into production and the sole developer of this project, there were a lot of obstacles I had to overcome to get this site to work. One of the biggest difficulties I'd like to talk about is developing with responsive web design in mind. I was still getting the hang of the front end technology (HTML & CSS) and found myself having trouble accounting for smaller screen sizes.

Another quick lesson I learned, was that there are many great deployment websites that I can use for free fullstack project deployments. I had a bit of an issue with Render, because any web services will spin down after 15 minutes of inactivity. Once a request comes in, the web service has to do what's called a "cold start" and spin back up which can take upwards of 30 seconds. Sites like Netlify, Vercel, and Cyclic are all options I will consider in the future as I continue to develop websites.

Through a lot of Googling and looking at a ton of Stack Overflow posts, I was able to learn an insane amount in the short timespan of this project. This website was created for an organization and the deadline was in less than a week's time. While the timespan was short, this project logged me upwards of 80+ hours where I learned how to handle obstacles like, CSS animations, React useState hell (form handling for 7+ people and 4-6 fields each in a single form is no joke!), Express custom middleware (loggers and error handlers), and overall mainly improving my front end development skills.

Is this the best I can do? Absolutely not. I already feel like I could immensely improve countless things, but as my first step into professional web development, I will definitely look back on this fondly as I continue to improve my skills.

About

A website created for the Alibi Esports Organization that serves as a medium for the esports organization, Alibi Esports, and their player base. The organization reaches out to communities and provides them with a competitive outlet for trending games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • CSS 23.7%
  • HTML 1.2%