Giter Club home page Giter Club logo

Comments (4)

2022akande avatar 2022akande commented on July 22, 2024

I'd like to give it a shot

from awesome-adoption.

redxzeta avatar redxzeta commented on July 22, 2024

sure

from awesome-adoption.

2022akande avatar 2022akande commented on July 22, 2024

I got as far as cloning the directory and creating a new branch but I'm not sure what to do afterwards. I opened the index file in vscode but I'm not sure if there is where the footer should be.

from awesome-adoption.

redxzeta avatar redxzeta commented on July 22, 2024

there isnt a footer yet.
u could make a component and place it at the bottom of the container

 <Container className="pawhub">
          <Switch>
            {" "}
            <Route path="/animal/:id">
              {token && <PetInfo token={token} />}
            </Route>
            <Route path="/pets/:type">
              {token && <PetType token={token} />}
            </Route>
            <Route path="/pets">{token && <Pets token={token} />}</Route>
            <Route path="/">
              <Home />
            </Route>
          </Switch>
// insert footer here  <Footer/>
        </Container>
// or here

And then u could create the Footer.js in the folder layout if u want or its separate folder
and maybe add links in to the footer and (c) redxzeta 2020
react bootstrap docs

from awesome-adoption.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.