FACN4 / week9-the-a-team

FAC's #1 Noughts and Crosses web app.
https://tic-fac-toe.netlify.com/
0 stars 1 forks source link

File structure #56

Open jema28 opened 6 years ago

jema28 commented 6 years ago

The file structure could be modularised even further ie. each component has its own folder, especially if you move on to using styled components.

e.g.

components

wrapper

wrapper.js wrapper.style.js

board

board.js board.style.css