/adote-um-amigo

Testing front-end features and implementing in a pet adoption page. Technologies: GatsbyJS (React-based open source framework), HTML, CSS and JavaScript.

Primary LanguageJavaScriptBSD Zero Clause License0BSD

Cats and Dogs

Adote um Amigo

Website idea of a pet adoption page developed using GatsbyJS (which is a React-based open source framework) and some features from HTML, CSS and JavaScript.

Contact

If you like this project and have interest in participating with any contribution/idea you can contact me:

🚀 Quick start from Gatsby Standard Instructions

  1. Create a Gatsby site.

    Use the Gatsby CLI (install instructions) to create a new site, specifying the hello-world starter.

    # create a new Gatsby site using the hello-world starter
    gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-hello-world-starter/
    gatsby develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby Tutorial.

    Open the my-hello-world-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!