Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troymott/bulma-book-code
This repo contains sample code for the book, "Creating Interfaces with Bulma," by Bleeding Edge Press.
https://github.com/troymott/bulma-book-code
bulma
Last synced: 2 minutes ago
JSON representation
This repo contains sample code for the book, "Creating Interfaces with Bulma," by Bleeding Edge Press.
- Host: GitHub
- URL: https://github.com/troymott/bulma-book-code
- Owner: troymott
- Created: 2018-01-11T18:14:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T13:16:42.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T12:06:12.713Z (7 days ago)
- Topics: bulma
- Language: CSS
- Homepage: https://bleedingedgepress.com
- Size: 4.9 MB
- Stars: 232
- Watchers: 16
- Forks: 71
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating Interfaces with Bulma
![Bulma](https://images-na.ssl-images-amazon.com/images/I/51AJvfHelgL._SX260_.jpg)
This repo contains sample code for the book, "Creating Interfaces with Bulma," by [Bleeding Edge Press](https://bleedingedgepress.com). The book is a step-by-step guide to building a web interface from scratch and can be purchased [here](https://bleedingedgepress.com/creating-interfaces-bulma/).
The example website that you will build is an administration interface for an online book publisher, where users can log in to manage three content types: Books, Customers, and Orders. This interface has been chosen because it satisfies all of the requirements for common CRUD (Create/Read/Update/Delete) functionalities, which exist in any type of website or CMS.
## Errata
For any errata, please submit a pull request to us.
## Authors
* [Jeremy Thomas](https://github.com/jgthms), Bulma Creator
* [Oleksii Potiekhin](https://github.com/oleksiipotiekhin)
* [Mikko Lauhakari](https://github.com/lauhakari)
* [Aslam Shah](https://github.com/hunzaboy)
* [Dave Berning](https://github.com/daveberning)## License
This project is licensed under the MIT License.## Acknowledgments
We'd like to the thank the following technical reviewers for their early feedback and generous, careful critiques: Ivan Ković, François-Xavier Costanzo, Dario Castañé, Stanley Eosakul, Samantha Baita, Aaron Ang, and Dave Berning.