Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlatavares/frontend-flexbox-gchart
Project made with C# backend and HTML, CSS Frontend. There is a simple example of a page using Flexbox and containing a GChart example.
https://github.com/samlatavares/frontend-flexbox-gchart
csharp css flexbox gchart html
Last synced: 5 days ago
JSON representation
Project made with C# backend and HTML, CSS Frontend. There is a simple example of a page using Flexbox and containing a GChart example.
- Host: GitHub
- URL: https://github.com/samlatavares/frontend-flexbox-gchart
- Owner: samlatavares
- Created: 2020-05-14T22:07:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T13:35:33.000Z (9 months ago)
- Last Synced: 2024-10-10T19:43:14.825Z (27 days ago)
- Topics: csharp, css, flexbox, gchart, html
- Language: HTML
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend-flexbox-gchart
English | Português## Used Tools
- .NET Core
- C#
- HTML
- Javascript
- CSS
- Flexbox
- GChart
- MVC## What is this project?
This project is an example of a page that uses Flexbox and contains an example of GChart using. The data shown on the graph is generated randomly.## How to run the project?
This project was made as a .NET Core application, so you will need:
- Install .Net Core SDK on your computer.
- Install Visual Studio or Visual Studio Code.## Notes
- The view "Atendimento" contains all HTML/CSS code and also have Javascript methods that were made to draw the gchart and fill a grid.
- Both with data that came from a controller method. This method generates 10 random items.## Thank you!
- Thank you for checking this repository!