https://github.com/mariosantosdev/ignite-blog
Challenge development in the Ignite Bootcamp of Rockeseat
https://github.com/mariosantosdev/ignite-blog
Last synced: 2 minutes ago
JSON representation
Challenge development in the Ignite Bootcamp of Rockeseat
- Host: GitHub
- URL: https://github.com/mariosantosdev/ignite-blog
- Owner: mariosantosdev
- Created: 2022-05-23T01:59:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T06:03:38.000Z (about 4 years ago)
- Last Synced: 2025-01-03T08:47:55.378Z (over 1 year ago)
- Language: TypeScript
- Size: 758 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spacetraveling
This project is a challenge created on [Ignite Bootcamp](rocketseat.com.br/ignite).
## Some Images

## Goals of challenge
- Stylization with Sass;
- Import fonts from Google;
- Consume posts from Prismic CMS;
- Posts pagination;
- Calculate estimated time to reading post;
- Generate static page with methods `getStaticProps` and `getStaticPaths` in NextJS;
- Format datewith `date-fns`;
- Usage icons with `react-icons`;
- HTTP Request using `fetch`;
- And Others.