ez-blog/ ├── index.html # Homepage ├── post.html # Individual post page ├── styles.css # All styles (responsive, themes) ├── theme.js # Theme switching logic ├── main.js # Homepage logic ├── post.js # ...
Over the course of this program you will develop your own blogging web app. Eventually a user will be able to log into the app, create a profile, make posts, and see other people's profiles and posts.