This project was created to rework the existing BattleFly website. I went through the website and found some minor issues that could be fixed in their current implementation, and decided to rework some of the pages of the website.
I have only reworked the front-end, however, NextJS also supports back-end code. This project can easily be extended to include custom back-end logic
This project is using the T3 Stack and since it's mainly focused on the front-end, I have used Tailwind to style it.
Front-End libraries used:
- React DaisyUI (React component library for DaisyUI)
- Framer-Motion - Add custom transitions in the
/Battlegrounds
page - React-Toastify - Add a toast message when copying discord handles in the
/team
page
I am currently using Vercel to handle all the deployment configuration. It is as simple as:
- Login with GitHub
- Select the correct project
- Set any environment variables (if needed)
- Enjoy - Push and let Vercel do its thing