Crossword Wall Tile
Description
This is a simple eCommerce site for selling custom Crossword wall art. The customer is able to generate an example crossword, and modify the tiles manually.
Early Development Wireframes
At the moment, there are still details that need to be ironed out with the client, however these are the rough wireframes for the website:
*Subject to change - Will be replaced with screenshots ASAP
Contribution
If you work on this project, please
- Do not commit directly to main
- Branch names should be formatted as (name)-Issue#(issue number)-(short description)
- If there is something you would like to work on and there is no existing issue, create one and add it to the backlog milestone.
- If you create a new method, property, or class make sure you document it using /// documentation. Summary, returns, and param tags are required where applicable, but others are up to you. Any code that may not be easily understood should also contain comments.
- If you implement a method, you must create unit tests for that method.