Skip to content

Releases: matiasherranz/miniblog

Day #4

27 Jun 21:07
Compare
Choose a tag to compare

Day 4 changelog:

  • Added infinite scroll to the left drawer with the posts list,
  • Added jest/enzyme/babel test dependencies, types and configurations,
  • Updated documentation,
  • General tuneup and ui fixes,
  • Added tests,
  • New restyled version of the about page, linked with an icon from the header.

Screenshots

Drawer closed:
image

Drawer open:
image

About page:
image

Day #3

26 Jun 23:28
Compare
Choose a tag to compare

Day 3 changelog:

  • Now posts come from reddit!,
  • Added dismiss all and un-dismiss button,
  • Added redux state manipulation, with redux-toolkit and client-side persistence,
  • Tuned up all components and types,
  • More styles tune up.

Screenshots

Screenshot 2020-06-26 19 22 10

Day #2

26 Jun 02:38
Compare
Choose a tag to compare

Day 2 changelog:

  • Added util/utils.ts with functions to get urls from posts and to validate urls,
  • Added more types,
  • Split the dashboard into smaller components,
  • Added initial extensive documentation on the README.md file,
  • Added util/top.json to work on modelling the UI to renders posts,
  • Added moment to dependencies,
  • Added constants and utils files.

Screenshots

V2 of the posts page, using reddit demo data

image

Day #1

25 Jun 00:40
Compare
Choose a tag to compare

Day 1 changelog:

  • Initial NextJS project, using material-ui components,
  • All initial components and ui (initial index and complete about page),
  • Configurations for: ESlint, Prettier, Husky, TS, TS tests, coverage tests, editor integration,
  • Setup ready for production build, initial successful deploy done,
  • First take on types for components.

Screenshots

Initial index:

image

About page:

image