- Go to https://github.com.
- Click on Sign Up and follow all steps to create an account.
- Click on button New (like in screenshot #1)
| # Fetch and map JSON in different frameworks | |
| ## React: | |
| ```jsx | |
| import React, { useEffect, useState } from 'react'; | |
| function App() { | |
| const [data, setData] = useState([]); |