nizniz187 / nonogram

Nonogram hands-on project, implemented with React.
https://nizniz187.github.io/nonogram
MIT License
0 stars 0 forks source link

Built Page Structure for SPA #3

Closed cwpeng closed 4 years ago

cwpeng commented 4 years ago
  1. Installed React Router for SPA.
  2. Built App component as root component.
  3. Built HomePage and GamePage components in Router.
  4. Built Links between Pages.
  5. Add Nonogram component into GamePage.

Everything runs OK in my computer.