Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1003 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 1003 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Using GitHub Copilot to extend the application

Let's use GitHub Copilot to help us to:

  • Create some components to view the GitHub profile of a user
  • then add some style to this new components

Copilot excercises:

Application