This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/README.md

66 lines
3.1 KiB
Markdown
Raw Permalink Normal View History

2022-11-05 21:58:17 +00:00
# FreeCodeCamp Projects
Hi. This repo has all the projects I do for the [Freecodecamp](https://cherrykitten.github.io/freecodecamp-projects/https://freecodecamp.org) Certifications.
For the code, just browse through the repo. For the previews, see below:
## Responsive Web Design
[Survey Form](https://cherrykitten.github.io/freecodecamp-projects/1-responsive-web-design/1-survey-form/index.html)
[Tribute Page](https://cherrykitten.github.io/freecodecamp-projects/1-responsive-web-design/2-tribute-page/index.html)
[Technical Documentation Page](https://cherrykitten.github.io/freecodecamp-projects/1-responsive-web-design/3-technical-documentation-page/index.html)
[Product landing page](https://cherrykitten.github.io/freecodecamp-projects/1-responsive-web-design/4-product-landing-page/index.html)
[Personal Portfolio](https://cherrykitten.github.io/freecodecamp-projects/1-responsive-web-design/5-personal-portfolio/index.html)
## Frontend Development Libraries
[Random Quote Machine](https://cherrykitten.github.io/freecodecamp-projects/3-frontend-dev-libraries/1-random-quote-machine/index.html)
[Markdown Previewer](https://cherrykitten.github.io/freecodecamp-projects/3-frontend-dev-libraries/2-markdown-previewer/index.html)
[Drum Machine](https://cherrykitten.github.io/freecodecamp-projects/3-frontend-dev-libraries/3-drum-machine/index.html)
[Calculator](https://cherrykitten.github.io/freecodecamp-projects/3-frontend-dev-libraries/4-calculator/index.html)
[25 + 5 Clock](https://cherrykitten.github.io/freecodecamp-projects/3-frontend-dev-libraries/5-25-plus-5-clock/index.html)
## Data Visualization
[Bar Chart](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/1-bar-chart/index.html)
[Scatterplot Graph](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/2-scatterplot/index.html)
[Heat Map](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/3-heat-map/index.html)
[Choropleth Map](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/4-choropleth/index.html)
[Treemap Diagram](https://cherrykitten.github.io/freecodecamp-projects/4-data-visualization/5-treemap/index.html)
## Backend Development and APIs
[Timestamp Microservice](https://fcc-project-timestamp.cherrykitten.repl.co/)
[Request Header Parser Microservice](https://boilerplate-project-headerparser.cherrykitten.repl.co/)
[URL Shortener Microservice](https://boilerplate-project-urlshortener.cherrykitten.repl.co/)
[Exercise Tracker](https://fcc-exercise-tracker.cherrykitten.repl.co/)
[File Metadata Microservice](https://fcc-file-metadata.cherrykitten.repl.co/)
2022-11-19 16:53:36 +00:00
## Quality Assurance
[Metric-Imperial Converter](https://boilerplate-project-metricimpconverter.cherrykitten.repl.co/)
[Issue Tracker](https://boilerplate-project-issuetracker.cherrykitten.repl.co/)
[Personal Library](https://boilerplate-project-library.cherrykitten.repl.co/)
[Sudoku Solver](https://boilerplate-project-sudoku-solver.cherrykitten.repl.co/)
[American British Translator](https://boilerplate-project-american-british-english-translator.cherrykitten.repl.co/)