About • Features • How it works • Tech Stack • Author • License
About
Features
- List user profile and stats using Github User API
- List and filter issues from a repo using Github Search API
- List a detailed version of the issue using GIthub Issue API
- Responsive design
How it works
Pre-requisites
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js In addition, it is good to have an editor to work with the code like VSCode
Running the application (web)
# Clone this repository
$ git clone git@github.com:bfukumori/github-blog.git
# Access the project folder in your terminal
$ cd github-blog
# Install the dependencies
$ npm install
# Run the application in development mode
$ npm run dev
Tech Stack
The following tools were used in the construction of the project:
React + TypeScript)
Web (- Vite
- React Hook Form
- Styled Components
- Font Awesome
- Axios
- date-fns
- React Markdown
- React Router
- React Spinner
Author
License
This project is under the license MIT.