/github-explorer

🚀 Github Explorer

Primary LanguageTypeScript

🚀 GITHUB EXPLORER

🔎 First chapter of Rocketseat's Ignite

📄 Explanation

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

🎯 Steps

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

🚀 Technologies

📡 API'𝘀 used in the application

📕 How to use it?

Before starting, you need to have Git and Node installed.

# 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 <http://localhost:3000>

🤝 Collaborators

Thanks to the following people who contributed to this project:

Photo by Kayke Fujinaka on GitHub
Kayke Fujinaka

Go back to top