You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ Your screenshot here showing the UI on mobile or desktop.
5
5
🚀 Overview
6
6
SpellsForDays is a web app that fetches spells from the Open5e API. Users can select a class, generate random spells, and save them to a collapsible spellbook.
7
7
Focus: mobile-first design, responsive layout, and smooth interactions.
8
+
9
+
8
10
✅ Features
9
11
Must-Have (Completed)
10
12
Fetch external data from Open5e API.
@@ -17,6 +19,8 @@ Collapsible spellbook that expands/collapses.
17
19
Save spells using localStorage.
18
20
Responsive behavior for mobile, tablet, desktop.
19
21
Simple CSS transitions for spellbook expansion.
22
+
23
+
20
24
📌 How to Use
21
25
Select a class from the dropdown.
22
26
Click "Let's Make Bad Decisions!" to generate a spell.
@@ -27,16 +31,21 @@ Saved spells persist between sessions thanks to localStorage.
0 commit comments