Tech | Projeto | Getting Started
Project Live here: https://filipe-github-blog.vercel.app/
- React
- Typescript
- Tailwind
Clone the project and access the folder.
git clone https://github.com/filipesaretta/filipe-github-blog
cd filipe-github-blog
Install the dependencies and start.
npm install
npm run dev
The challenge was to build a blog based on the issues of a repository using the github API to fetch the data. I took the opportunity to use tailwind to make the styles what made the work flow much faster.