Releases: matiasherranz/miniblog
Releases · matiasherranz/miniblog
Day #4
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
Day #3
Day #2
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
Day #1
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.