Welcome! I am a budding coder and this is a collection of all my freeCodeCamp projects.
In here you can see all of my project submissions assigned by freeCodeCamp that utilizes specific technologies and skills. I've compiled their links into this little web app that sorts them by appropriate categories, but the projects themselves are hosted in their own individual repos.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
- See my projects in a categorized setting
- Get access to all links and related resources
- Get insight into brief overviews of each project
- Get access to links to my other projects/links outside of freeCodeCamp
- See my freeCodeCamp certifications
The projects under Responsive Web Design have sample CodePens where you can what product is expected, and as I understand, we're not really required to copy the samples to a tee. However, to fully stretch my coding prowess with HTML and CSS as well as to train my eye when observing minute design details such as responsive CSS changes, I decided to fully emulate the pages as seen.
- Build a Tribute Page
- Build a Survey Form
- Build a Product Landing Page
- Build a Technical Documentation Page
- Build a Personal Portfolio Webpage
The projects under JavaScript Algorithm and Data Structures are purely console-based and we were not expected to make visible pages. It's more about solving specific coding problems, which I enjoyed a lot, but I haven't finished the last 2 as of yet. I still haven't completed the remainder of the course yet so I wanted to postpone doing the actual projects. That being said, I still plan on making actual web pages that make use of the solutions in this Certification, such as a site that checks if a string is a Palindrome, etc. We'll see.
- Palindrome Checker
- Roman Numeral Converter
- Caesars Cipher
- Telephone Number Validator
- Cash Register
Note: Delete this note and the paragraphs above when you add your screenshot. If you prefer not to add a screenshot, feel free to remove this entire section.
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- React - JS library
- Next.js - React framework
- Styled Components - For styles
Note: These are just examples. Delete this note and replace the list above with your own choices
Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.
To see how you can add code snippets, see below:
<h1>Some HTML code I'm proud of</h1>
.proud-of-this-css {
color: papayawhip;
}
const proudOfThisFunc = () => {
console.log('🎉')
}
If you want more help with writing markdown, we'd recommend checking out The Markdown Guide to learn more.
Note: Delete this note and the content within this section and replace with your own learnings.
Use this section to outline areas that you want to continue focusing on in future projects. These could be concepts you're still not completely comfortable with or techniques you found useful that you want to refine and perfect.
Note: Delete this note and the content within this section and replace with your own plans for continued development.
- Example resource 1 - This helped me for XYZ reason. I really liked this pattern and will use it going forward.
- Example resource 2 - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.
Note: Delete this note and replace the list above with resources that helped you during the challenge. These could come in handy for anyone viewing your solution or for yourself when you look back on this project in the future.
- Website - Add your name here
- Frontend Mentor - @yourusername
- LinkedIn - @yourusername
- GitHub - @yourusername
- YouTube - @yourusername
- Facebook - @yourusername
- Twitter - @yourusername
- Instagram - @yourusername
Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.
This is where you can give a hat tip to anyone who helped you out on this project. Perhaps you worked in a team or got some inspiration from someone else's solution. This is the perfect place to give them some credit.
Note: Delete this note and edit this section's content as necessary. If you completed this challenge by yourself, feel free to delete this section entirely.