Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kayke-fujinaka/github-explorer

🚀 Github Explorer
https://github.com/kayke-fujinaka/github-explorer

api github rocketseat

Last synced: about 1 month ago
JSON representation

🚀 Github Explorer

Awesome Lists containing this project

README

        

🚀 GITHUB EXPLORER

> 🔎 First chapter of Rocketseat's Ignite

## :page_facing_up: Explanation

The project is very simple where I learn some React concepts and consume the Github repositories API.

## 🎯 Steps ##

:heavy_check_mark: Configuring Babel\
:heavy_check_mark: Configuring Webpack\
:heavy_check_mark: Project structure\
:heavy_check_mark: HTML Static\
:heavy_check_mark: Webpack Dev Server\
:heavy_check_mark: Source Map\
:heavy_check_mark: Creating the Dev and Production environment\
:heavy_check_mark: Applying Styled Components\
:heavy_check_mark: Props for component\
:heavy_check_mark: Fast Refresh in Webpack\
:heavy_check_mark: Consuming API\
:heavy_check_mark: List of repos\
:heavy_check_mark: UseEffect in List\
:heavy_check_mark: Configuring TypeScript\
:heavy_check_mark: Done

## 🚀 Technologies ##

- [ReactJs](https://pt-br.reactjs.org/)
- [Typescript](https://www.typescriptlang.org/docs/)
- [Babel](https://babeljs.io/)
- [Webpack](https://webpack.js.org/)
- [Styled Components](https://styled-components.com/)

## 📡 API'𝘀 used in the application ##

- 🚀 [My Github API](api.github/users/kayke-fujinaka)

## :closed_book: How to use it? ##

Before starting, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

```bash
# Clone this project
$ git clone https://github.com/Kayke-Fujinaka/Github-Explorer
# access
$ cd githubexplorer
# install dependencies
$ yarn or npm
# Run the project
$ yarn start or npm start
# The server will initialize in the
```

## 🤝 Collaborators

Thanks to the following people who contributed to this project:




Photo by Kayke Fujinaka on GitHub


Kayke Fujinaka



Go back to top