import React, { Fragment } from 'react'; import Helmet from 'react-helmet'; function Index() { return ( Guide | freeCodeCamp.org

freeCodeCamp Guide

{'This website is full of articles about all things related to ' + 'programming. You can use the search bar above to find something ' + 'you would like to learn about, or use the navigation to explore ' + 'the content.'}

There are articles on:

Not sure where to start?

{"If you want to learn programming but you're not sure where to " + 'start, check out '} freeCodeCamp.org {'. It has a curriculum that starts from zero and helps you learn' + ' to code.'}

Contribute to the Guide

{'This site and the articles on it are '} open source {'. Your help in making it better is greatly appreciated!'}


Happy coding!

); } Index.displayName = 'IndexPage'; export default Index;