From 2c60f17921bae75d2130c4efe3fb6c5fdea6a83e Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Sat, 5 Nov 2022 22:58:17 +0100 Subject: [PATCH] Cleanup and readme --- README.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 20 -------------------- styles.css | 3 --- 3 files changed, 53 insertions(+), 23 deletions(-) create mode 100644 README.md delete mode 100644 index.html delete mode 100644 styles.css diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7a6469 --- /dev/null +++ b/README.md @@ -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/) diff --git a/index.html b/index.html deleted file mode 100644 index 9f32893..0000000 --- a/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - CherryKitten Freecodecamp Projects - - - - - - -

CherryKitten Freecodecamp Projects

-

This is just a quick linklist to the Projects, probably will be made prettier once there are more.

-

Responsive Web Design

- Survey Form
- Tribute Page
- Technical Documentation Page
- Product landing page
- Personal Portfolio - - diff --git a/styles.css b/styles.css deleted file mode 100644 index 12099e0..0000000 --- a/styles.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - background-color: grey; -} \ No newline at end of file