Skip to content

Personal portfolio built with create-react-app and tailwindcss

Notifications You must be signed in to change notification settings

davidgoldcode/davidgolddotio

Repository files navigation

davidgold.io

Twitter: davidigold Linkedin: davidigold GitHub davidgoldcode

About Me

const David = {
  pronouns: "he" | "him",
  code: [Javascript, HTML, CSS, Python, NodeJS, React, Knex],
  tools: [Redux, Cypress, Knex, TailwindCSS, Storybook, Styled-Components],
  about: {
    interests: ["skiing", "running", "basketball", "reading", "cooking"],
    pastCompanies: ["Citigroup", "Dropbox"]
    college: "University of Florida"
    },
 recent: "I recently finished a 6-month coding bootcamp"
}

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue

If you'd like to request a new function, feel free to do so by opening an issue. Please include screenshots / results / details.


Built with

  • TailwindCSS - Tailwind is a utility-first CSS framework packed with classes like flex , pt-4 , text-center and rotate-90 that can be composed to build any design, directly in your markup.
  • Create-React-App - Create React App is a tool (built by developers at Facebook) that gives you a massive head start when building React apps. It saves you from time-consuming setup and configuration. You simply run one command and Create React App sets up the tools you need to start your React project

About

Personal portfolio built with create-react-app and tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published