Welcome to my FreeCodeCamp projects repository! This repository contains various projects I have completed as part of my journey through the FreeCodeCamp curriculum. Each project demonstrates my skills in data analysis and responsive web design.
1. Data Analysis + Certificate
- Description: A calculator that computes the mean, variance, and standard deviation of a given dataset.
- Technologies Used: Python, NumPy
- Files:
mean_var_std.py
: The main script containing the implementation.
- Description: Analyzes demographic data to provide insights and statistics, such as average age, gender distribution, and more.
- Technologies Used: Python, Pandas
- Files:
demographics.py
: The main script for demographic data analysis.README.md
: Documentation for the project.
Project 3 - Medical Data Visualizer
Project 4 - Page View Time Series Visualizer
Project 5 - Sea Level Predictor
- Description: A responsive web application that showcases cat photos using HTML.
- Technologies Used: HTML
- Files:
CatPhotoApp.html
: The main HTML file for the cat photo app.Cat_photo_app.png
: Photo of project
- Description: A cafe menu site with HTML and CSS
- Technologies: HTML,CSS
- Files:
index.html
styles.css
3. Scientific Computing with Python (Beta) Certification
- Description: A cipher is a method used to encrypt or encode information to keep it secure from unauthorized access. It transforms readable data (plaintext) into a format that is unreadable (ciphertext), and the process can be reversed to retrieve the original data.
- Features:
- Encryption: Convert plaintext into ciphertext using a keyword.
- Decryption: Convert ciphertext back into plaintext using the same keyword.
- Handles non-letter characters (e.g., spaces, punctuation) by leaving them unchanged.
- Requirements: Python 3.x
To get a copy of the projects, clone this repository using the following command:
git clone https://github.com/Lala2398/FreeCodeCamp_tutorial_Projects.git