A nonogram puzzle Angular web app that can generate various sized nonograms. Has a nonogram editor that can export custom puzzles as txt files so they can be imported and shared. Has Firebase authentication allowing users to login with google or registered accounts. Planned implementation of user-made custom nonogram browser/library.
This project utilizes Firebase for its api integration
In order to deploy the project, a Firebase project will need to be setup and connected by setting the appropriate environment variables in the Angular project. Remove "_CHANGEME" from the included environments folder and set the variables in src/environments/environment.ts
and src/environments/environment.prod.ts
for production
This project was generated with Angular CLI version 12.2.11.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
- Chase Smith - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details