Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 2.66 KB

week-3.md

File metadata and controls

59 lines (35 loc) · 2.66 KB

Week 3

Nice! We can write small blog posts now. And we can quickly deploy the updates.

Starting using your project as a daily journal. Post updates about daily progress. Using your project yourself will make it usable.


Task 1

~3 days

Allow images uploads in posts

You will ultimately use the blog posts only if it is easy to upload pictures. Allow Basecamp type image uploading. Add ability to drop an image and it uploads and inserts in the rich text editor. Can move to Trix for now.

Resources


Task 2

~3 days

We want to make the website responsive such that it looks like this on desktop and mobile.

On desktop

Desktop prototype

Things to note

  • Navigation menu on the right
  • The posts have an options dropdown menu. It provides options for sharing and editing the post.
  • The sidebar with tags section. There is 16px "gutter-space" between tags.

On mobile

Mobile prototype

Things to note

  • The navigation is shown as tabs on small devices.
  • The sidebar can be hidden. Or better, try to show it below the posts on mobile devices.

Resources

Will recommend you to create a account on Codepen. Practice different layouts on a basic canvas.