🔎 First chapter of Rocketseat's Ignite
The project is very simple where I learn some React concepts and consume the Github repositories API.
✔️ 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
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>
Thanks to the following people who contributed to this project:
Kayke Fujinaka |