Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ethancedwards8/ethancedwards.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ethancedwards8 committed Dec 16, 2024
2 parents e3da73b + 7a1d1a8 commit bb0ca0d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# ethancedwards.com
My website hosted at ethancedwards.com, feel free to fork this repo and use it as your own website.
My website hosted at ethancedwards.com. The frontend is written in Javascript using React, Express, and NextJS frameworks.
The code for the frontend can be found at <https://github.com/ethancedwards8/ethancedwards.com>

The backend is written in Python using Flask. The code for the backend can be found at <https://github.com/ethancedwards8/ethancedwards-api>

The index page of the website includes links to my blog, my podcast episode list, my congress webapp, and my about page.
It also features my randomized quote picker. Every time the page is refreshed, a new quote is displayed. The site is built
with responsive design principles in mind.

0 comments on commit bb0ca0d

Please sign in to comment.