From 5c094f4138b1de5c0c2e7a3d364806020935f9d1 Mon Sep 17 00:00:00 2001 From: hangpersonal Date: Sun, 2 Aug 2026 00:04:35 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f689397..392b126 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -## Udacity Nanodegree Intermediate Python +# Udacity Intermediate Python Nanodegree Projects -[Project: Exploring Near-Earth Objects](Exploring_Near_Earth_Objects/) \ No newline at end of file +Two projects demonstrating object-oriented design, data processing, command-line applications, and web development in Python. + +## Projects + +- [Exploring Near-Earth Objects](Exploring_Near_Earth_Objects/) - query and export NASA/JPL near-Earth object and close-approach data. +- [Meme Generator](Meme_Generator/) - create memes from images and quotes using a CLI or Flask web app. + +See each project README for setup, usage, and architecture details. + +## License + +This repository is available under the terms in [`LICENSE`](LICENSE).