const David = {
pronouns: "he" | "him",
code: [Typescript, Javascript, HTML, CSS, Python, NodeJS, React, Knex],
tools: [Redux, MobX, Cypress, Knex, TailwindCSS, SASS, Storybook, Styled-Components],
about: {
interests: ["skiing", "running", "basketball", "reading", "cooking"],
pastCompanies: ["Citigroup", "Dropbox", "Eightsleep"]
college: "University of Florida"
},
recent: "I recently finished a 6-month coding bootcamp"
}
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
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.
- SASS - Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets.
- NextJS - Next.js is an open-source development framework build on top of Node.js enabling React based web applications functionalities such as server-side rendering and generating static websites