-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 24.8 KB
/
.eslintcache
1
[{"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/index.js":"1","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/App.js":"2","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Header.js":"3","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Intro.js":"4","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Projects.js":"5","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Contact.js":"6","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/About.js":"7","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/CodeGirlz.js":"8","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Footer.js":"9","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Skills.js":"10","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/HomeschoolLibrary.js":"11","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Resume.js":"12"},{"size":266,"mtime":1609528162288,"results":"13","hashOfConfig":"14"},{"size":1023,"mtime":1614798374620,"results":"15","hashOfConfig":"14"},{"size":818,"mtime":1610318415277,"results":"16","hashOfConfig":"14"},{"size":442,"mtime":1614788170424,"results":"17","hashOfConfig":"14"},{"size":3331,"mtime":1614798340659,"results":"18","hashOfConfig":"14"},{"size":463,"mtime":1609531285166,"results":"19","hashOfConfig":"14"},{"size":999,"mtime":1614798582675,"results":"20","hashOfConfig":"14"},{"size":9517,"mtime":1609532099929,"results":"21","hashOfConfig":"14"},{"size":796,"mtime":1609531250071,"results":"22","hashOfConfig":"14"},{"size":1710,"mtime":1614798653001,"results":"23","hashOfConfig":"14"},{"size":6941,"mtime":1611196662865,"results":"24","hashOfConfig":"14"},{"size":752,"mtime":1610318996195,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"9zjzt9",{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"41","messages":"42","errorCount":0,"warningCount":8,"fixableErrorCount":0,"fixableWarningCount":0,"source":"43","usedDeprecatedRules":"28"},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"48","messages":"49","errorCount":0,"warningCount":7,"fixableErrorCount":0,"fixableWarningCount":0,"source":"50","usedDeprecatedRules":"28"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"53","usedDeprecatedRules":"28"},"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/index.js",[],["54","55"],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/App.js",[],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Header.js",[],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Intro.js",[],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Projects.js",["56","57"],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Contact.js",[],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/About.js",[],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/CodeGirlz.js",["58","59","60","61","62","63","64","65"],"import React, { useLayoutEffect } from 'react';\nimport { Link } from 'react-router-dom';\nimport Footer from './Footer';\n\nimport HomePage from '../CodeGirlzHomePage.png';\nimport DashboardPage from '../CodeGirlzDashboardPage.png';\nimport LessonPage from '../CodeGirlzLessonPage.png';\nimport ChallengePage from '../CodeGirlzChallengePage.png';\nimport ProjectPage from '../CodeGirlzProjectPage.png';\nimport WebsiteIcon from '../websiteicon.png';\nimport GitHubIcon from '../githubicon.png';\nimport developer from '../girl.png';\n\nimport './CodeGirlz.css';\n\nexport default function CodeGirlz () {\n useLayoutEffect(() => {\n window.scrollTo(0, 0)\n });\n\n return (\n <div className='codegirlz-wrapper'>\n <nav className='navbar'>\n <div className='nav-logo'>\n <img width='30px' src={developer} alt='girl developer logo'/>\n <Link to='/'>ginaRussell</Link>\n </div>\n </nav>\n <div className='project-section'>\n <h1>CodeGirlz</h1>\n <div className='img-wrapper'>\n <img src={HomePage} />\n </div>\n <div className='project-intro'>\n <h3>Overview</h3>\n <p>\n I created CodeGirlz to deliver a self-designed and created introductory Python curriculum free online targeted to middle school girls.\n The project includes the landing page, a curriculum dashboard page, and lesson, challenge, and project pages.\n Lesson, challenge and project text is supplemented with embedded YouTube instructional videos and code examples using the Repl.it IDE.\n </p>\n <p>\n I functioned as the sole curriculum and application developer for this project.\n The application is built with React, JavaScript, HTML, and CSS.\n The project is currently <span className='italic'>under construction</span> and is deployed with Netlify and hosted on GitHub.\n </p>\n <div className='project-links'>\n <a href='https://codegirlz.netlify.app/' target='_blank' ><img src={WebsiteIcon} width='30px' alt='weblink icon' /></a>\n <a href='https://github.com/ginabethrussell/code_girlz' target='_blank'><img src={GitHubIcon} width='30px' alt='github icon' /></a>\n </div>\n </div>\n <div className='project-purpose'>\n <h3>Purpose and Goal</h3>\n <p>\n I started coding in order to teach introductory computer science to students in my local community who didn't have affordable and easily accessible opportunities.\n Early in my learning I connected with Awesome Inc in central Kentucky and had the opportunity to continue learning while teaching web development to middle school students through after school classes and summer camps. In most settings I found myself with classrooms almost entirely made up of boys.\n </p>\n <p>\n The purpose of this project was to create a self-designed introductory Python curriculum that would be freely available and appealing to middle school girls.\n From my previous teaching experience middle school seemed to be the <span className='italic'>sweet spot.</span> Middle school girls were still open to trying new things. \n However, many coding curriculums I had previously taught were often game-centered and were not appealing to the girls in my classes. \n </p>\n <p>\n My goal was to create and offer a fun, introduction to coding through a platform targeted for these girls in both style and approach. The lessons are clear, perhaps more wordy than most, but give girls a clear way to measure their progress and see how their new abilities enable them to build their own creative projects.\n The course covers both programming fundamentals and problem solving using many tools including flowcharts and pseudocode. The focus is not <span className='italic' >follow this tutorial to build a game</span>, but instead, <span className='italic'>build these skills so you can have your own superpower to create!</span>\n </p>\n \n </div>\n <div className='project-walkthrough'>\n <h3>Project Walkthrough</h3>\n <div className='walkthrough-grid'>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={HomePage} />\n <p>\n Landing Page with CTA Button\n </p>\n </div>\n </div>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={DashboardPage} />\n <p>\n Dashboard Page with grid of modules\n </p>\n </div>\n </div>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={LessonPage} />\n <p>\n Individual lesson pages\n </p>\n </div>\n </div>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={ChallengePage} />\n <p>\n Challenges targeted to new concepts\n </p>\n </div>\n </div>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={ProjectPage} />\n <p>\n Projects that combine skills\n </p>\n </div>\n </div>\n </div>\n \n </div>\n <div className='project-underconstruction'>\n <h3>Under Construction</h3>\n <ul>\n <li>\n Convert remaining curriculum text from Google Docs to JSX\n </li>\n <li>\n Add YouTube instructional videos and embedded repl.it code examples\n </li>\n <li>\n Add a contact/feedback form\n </li>\n <li>\n Add an optional login to track personal progress\n </li>\n <li>\n Add a community gallery to share projects\n </li>\n </ul>\n \n </div>\n </div>\n <Footer />\n </div>\n )\n }\n\n// Spotlight\n// 50\n// • What is the “killer feature” of your project? What feature does it have that took the\n// most work, or was the most technically impressive? Some possible examples:\n// ◦ User authentication\n// ◦ A feed of items fetched from a database\n// ◦ A particularly tricky UI element (eg. autocomplete, calendar, drag-and-drop)\n// ◦ Anything you’re proud of!\n// • What were the technical hurdles that got in your way? Any major problems you hit\n// during development?\n// • How did you solve those problems? What was the solution? Go deep here, and write\n// with a developer in mind.\n// Current status\n// • This section is optional. If the project is actively being used by real people, talk a little\n// bit about the current status, who uses it, why they use it, what they say to you about\n// it, stuff like that.\n// • If the project was contrived specifically for the portfolio, omit this section.\n// Lessons Learned\n// • What did you learn doing this project? Feel free to list multiple things. Also feel free to\n// cover non-technical lessons. It’s great to talk about how you learned to use an\n// advanced feature of a framework or library, but it’s just as valuable to talk about\n// project-management experience, or things you learned about shipping projects.\n// • If you used a framework or other libraries/tools, was it a good choice? How did it\n// help? In which ways was it insufficient?\n// • Is your project accessible? What did you learn about accessibility, while building this\n// project? Describing how you tested your project using keyboard navigation or a screenreader\n// can make for a really compelling story!\n// • How has this affected the work you’ve done since then? ","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Footer.js",[],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Skills.js",["66"],"/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/HomeschoolLibrary.js",["67","68","69","70","71","72","73"],"import React, { useLayoutEffect } from 'react';\nimport { Link } from 'react-router-dom';\nimport Footer from './Footer';\n\nimport HomePage from '../HomeschoolHome.png';\nimport Signup from '../HomeschoolSignup.png';\nimport Login from '../HomeschoolLogin.png';\nimport Library from '../HomeschoolLibrary.png';\nimport WebsiteIcon from '../websiteicon.png';\nimport GitHubIcon from '../githubicon.png';\nimport developer from '../girl.png';\n\nimport './HomeschoolLibrary.css';\n\nexport default function HomeschoolLibrary () {\n useLayoutEffect(() => {\n window.scrollTo(0, 0)\n });\n\n return (\n <div className='library-wrapper'>\n <nav className='navbar'>\n <div className='nav-logo'>\n <img width='30px' src={developer} alt='girl developer logo'/>\n <Link to='/'>ginaRussell</Link>\n </div>\n </nav>\n <div className='project-section'>\n <h1>Homeschool Library Manager</h1>\n <div className='img-wrapper'>\n <img src={HomePage} />\n </div>\n <div className='project-intro'>\n <h3>Overview</h3>\n <p>\n I created Homeschool Library Manager to solve a particular pain point I endured while a homeschool mom.\n I wanted my children to have access to as many good books as I could create room for but having so many books created problems. </p>\n <p>\n When away from my home, it was often difficult to remember all the titles I already owned, or if a missing title had been loaned to another family. At bookstores, used book sales, and homeschool conventions, not having access to my current home library created unneeded stress and either duplicate purchase or often missed opportunities.\n </p>\n <p>\n I functioned as the sole curriculum and application developer for this project.\n The application is built with React, Redux, JavaScript, HTML, and CSS.\n The project is currently <span className='italic'>under construction</span> and is deployed with Netlify and hosted on GitHub.\n </p>\n <div className='project-links'>\n <a href='https://homeschool-library-manager.vercel.app/' target='_blank' ><img src={WebsiteIcon} width='30px' alt='weblink icon' /></a>\n <a href='https://github.com/ginabethrussell/homeschool-library-manager' target='_blank'><img src={GitHubIcon} width='30px' alt='github icon' /></a>\n </div>\n </div>\n <div className='project-purpose'>\n <h3>Purpose and Goal</h3>\n <p>\n Coming Soon\n </p>\n <p>\n \n </p>\n <p>\n \n </p>\n \n </div>\n <div className='project-walkthrough'>\n <h3>Project Walkthrough</h3>\n <div className='walkthrough-grid'>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={HomePage} />\n <p>\n Landing Page with CTA Button\n </p>\n </div>\n </div>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={Signup} />\n <p>\n Signup Page\n </p>\n </div>\n </div>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={Login} />\n <p>\n Login Page\n </p>\n </div>\n </div>\n <div className='walkthrough-page'>\n \n <div className='page-img-wrapper'>\n <img src={Library} />\n <p>\n Personal Library Page \n </p>\n </div>\n </div>\n </div>\n \n </div>\n <div className='project-underconstruction'>\n <h3>Under Construction</h3>\n <ul>\n \n </ul>\n \n </div>\n </div>\n <Footer />\n </div>\n )\n }\n\n// Spotlight\n// 50\n// • What is the “killer feature” of your project? What feature does it have that took the\n// most work, or was the most technically impressive? Some possible examples:\n// ◦ User authentication\n// ◦ A feed of items fetched from a database\n// ◦ A particularly tricky UI element (eg. autocomplete, calendar, drag-and-drop)\n// ◦ Anything you’re proud of!\n// • What were the technical hurdles that got in your way? Any major problems you hit\n// during development?\n// • How did you solve those problems? What was the solution? Go deep here, and write\n// with a developer in mind.\n// Current status\n// • This section is optional. If the project is actively being used by real people, talk a little\n// bit about the current status, who uses it, why they use it, what they say to you about\n// it, stuff like that.\n// • If the project was contrived specifically for the portfolio, omit this section.\n// Lessons Learned\n// • What did you learn doing this project? Feel free to list multiple things. Also feel free to\n// cover non-technical lessons. It’s great to talk about how you learned to use an\n// advanced feature of a framework or library, but it’s just as valuable to talk about\n// project-management experience, or things you learned about shipping projects.\n// • If you used a framework or other libraries/tools, was it a good choice? How did it\n// help? In which ways was it insufficient?\n// • Is your project accessible? What did you learn about accessibility, while building this\n// project? Describing how you tested your project using keyboard navigation or a screenreader\n// can make for a really compelling story!\n// • How has this affected the work you’ve done since then? \n","/Users/ginabethrussell/Desktop/PersonalProjects/gina-russell/src/components/Resume.js",["74"],"import React from 'react';\nimport { Link } from 'react-router-dom';\nimport developer from '../girl.png';\nimport Footer from './Footer';\n\nimport './Resume.css';\n\nfunction Resume() {\n return (\n <div className='resume-wrapper'>\n <nav className='navbar'>\n <div className='nav-logo'>\n <img width='30px' src={developer} alt='girl developer logo'/>\n <Link to='/'>ginaRussell</Link>\n </div>\n </nav>\n <div className='resume'>\n <iframe src=\"https://resume.creddle.io/embed/5s3he9b48r3\"\n width=\"850\" height=\"1100\" seamless></iframe>\n </div>\n <Footer />\n </div>\n )\n}\n\nexport default Resume;\n",{"ruleId":"75","replacedBy":"76"},{"ruleId":"77","replacedBy":"78"},{"ruleId":"79","severity":1,"message":"80","line":15,"column":21,"nodeType":"81","endLine":15,"endColumn":62},{"ruleId":"79","severity":1,"message":"80","line":42,"column":21,"nodeType":"81","endLine":42,"endColumn":63},{"ruleId":"79","severity":1,"message":"80","line":32,"column":21,"nodeType":"81","endLine":32,"endColumn":43},{"ruleId":"82","severity":1,"message":"83","line":47,"column":66,"nodeType":"84","endLine":47,"endColumn":81},{"ruleId":"82","severity":1,"message":"83","line":48,"column":81,"nodeType":"84","endLine":48,"endColumn":96},{"ruleId":"79","severity":1,"message":"80","line":74,"column":33,"nodeType":"81","endLine":74,"endColumn":55},{"ruleId":"79","severity":1,"message":"80","line":83,"column":33,"nodeType":"81","endLine":83,"endColumn":60},{"ruleId":"79","severity":1,"message":"80","line":92,"column":33,"nodeType":"81","endLine":92,"endColumn":57},{"ruleId":"79","severity":1,"message":"80","line":101,"column":33,"nodeType":"81","endLine":101,"endColumn":60},{"ruleId":"79","severity":1,"message":"80","line":110,"column":33,"nodeType":"81","endLine":110,"endColumn":58},{"ruleId":"85","severity":1,"message":"86","line":12,"column":17,"nodeType":"81","endLine":12,"endColumn":28},{"ruleId":"79","severity":1,"message":"80","line":31,"column":21,"nodeType":"81","endLine":31,"endColumn":43},{"ruleId":"82","severity":1,"message":"83","line":47,"column":82,"nodeType":"84","endLine":47,"endColumn":97},{"ruleId":"82","severity":1,"message":"83","line":48,"column":97,"nodeType":"84","endLine":48,"endColumn":112},{"ruleId":"79","severity":1,"message":"80","line":70,"column":33,"nodeType":"81","endLine":70,"endColumn":55},{"ruleId":"79","severity":1,"message":"80","line":79,"column":33,"nodeType":"81","endLine":79,"endColumn":53},{"ruleId":"79","severity":1,"message":"80","line":88,"column":33,"nodeType":"81","endLine":88,"endColumn":52},{"ruleId":"79","severity":1,"message":"80","line":97,"column":33,"nodeType":"81","endLine":97,"endColumn":54},{"ruleId":"87","severity":1,"message":"88","line":18,"column":17,"nodeType":"81","endLine":19,"endColumn":52},"no-native-reassign",["89"],"no-negated-in-lhs",["90"],"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","react/jsx-no-target-blank","Using target=\"_blank\" without rel=\"noreferrer\" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener","JSXAttribute","jsx-a11y/anchor-is-valid","The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md","jsx-a11y/iframe-has-title","<iframe> elements must have a unique title property.","no-global-assign","no-unsafe-negation"]