An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Spacetraveling

This project is a challenge created on [Ignite Bootcamp](rocketseat.com.br/ignite).

## Some Images

Home Page
Reading Page

## 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.