https://stone-w4tch3r.github.io/superchart/
This is a simple webpage that displays a height chart of a route.
To get one, you need to provide the number of points. Than backend will generate a random route for you.
Colors on chart represent additional data. You can hover with mouse over the chart to see the exact values.
Backend is hosted on free Render tier, so first response may take time. Container is put in sleep when there are no requests
- React - frontend
- Vite - frontend bundler
- MUI - frontend UI library
- Github Pages - frontend hosting
- ASP.NET Core - backend
- Entity Framework Core - backend ORM
- Github Actions - CI/CD
- Github Packages - Docker image registry
- Docker - containerization
- Render - backend docker hosting