Gatsby is a website generator that uses React, a JavaScript library, and other modern web development tools. The Gatsby Learning team is offering this web development series.
By participating, you are agreeing to abide by our Code of Conduct.
Learn more about Gatsby and Gatsby Web Creators.
Glitch is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.
Find out more about Glitch.
- Gatsby Tutorial: https://www.gatsbyjs.org/tutorial/
- Gatsby Docs Recipes: https://www.gatsbyjs.org/docs/recipes/
- Gatsby Config API: https://www.gatsbyjs.org/docs/api-files-gatsby-config/
- Gatsby CLI Commands: https://www.gatsbyjs.org/docs/gatsby-cli/
- What is JSX? https://reactjs.org/docs/introducing-jsx.html
- Handling Events in React https://reactjs.org/docs/handling-events.html
- React useState Hook https://reactjs.org/docs/hooks-state.html
That's this Markdown file, where you can tell people what your cool website does and how you built it.
Configuration file that lists information about your project. Running npm install [package-name]
will add to the dependencies
object in this file.
A file to contain metadata about your Gatsby project, and to list installed Gatsby plugins.
A file to import CSS styles and installed fonts.
A page component for the site homepage.
A page component for the animal grid page, with animating emojis.
A layout component to share common markup between multiple pages, such as the header and footer.
The styles for your Gatsby site, imported in gatsby-browser.js
.
A file to ignore certain files and directories, such as node_modules, so they aren't checked into GitHub.
\ ゜ o ゜)ノ