Cleanup and readme

This commit is contained in:
CherryKitten 2022-11-05 22:58:17 +01:00
parent 187499dda2
commit 2c60f17921
Signed by: sammy
GPG key ID: 0B696A86A853E955
3 changed files with 53 additions and 23 deletions

53
README.md Normal file
View file

@ -0,0 +1,53 @@
# 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/)

View file

@ -1,20 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>CherryKitten Freecodecamp Projects</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1 id="title">CherryKitten Freecodecamp Projects</h1>
<p>This is just a quick linklist to the Projects, probably will be made prettier once there are more.</p>
<h2>Responsive Web Design</h2>
<a href=1-responsive-web-design/1-survey-form/index.html>Survey Form</a><br>
<a href="1-responsive-web-design/2-tribute-page/index.html">Tribute Page</a><br>
<a href="1-responsive-web-design/3-technical-documentation-page/index.html">Technical Documentation Page</a><br>
<a href="1-responsive-web-design/4-product-landing-page/index.html">Product landing page</a><br>
<a href="1-responsive-web-design/5-personal-portfolio/index.html">Personal Portfolio</a>
</body>
</html>

View file

@ -1,3 +0,0 @@
body {
background-color: grey;
}