Graph 4M is a social media platform for artistic mathematicians.
Desmos is an excellent tool for using the power of math to create art. Desmos runs frequent art competitions, but we wanted to create a year-round collection of the best graphs the world has to offer! Functionality
Graph 4M features an editor that allows users to create Desmos graphs and submit them to our site. Users are then able to view an assortment of the available graphs by checking out the explore tab. How we built it
Graph editing and viewing is ran by the Desmos API which provides a user friendly interface for quickly storing and loading graph states. Graph data is stored in an sqlite database, and the website is built using next.js with tailwind for styling.
- Next.js
- React
- SQLite
- Desmos API
- Auth.js