Skip to content

Commit 63fb44a

Browse files
committed
updated navbar and readme.md
1 parent 6c2ce9c commit 63fb44a

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,27 @@
66
<li>Add your own translation for any verse.</li>
77
</ol>
88

9+
<h2>Future Versions</h2>
10+
11+
<ol>
12+
<li>Include more Books.</li>
13+
</ol>
14+
15+
<h2>Languages, Libraries & Frameworks</h2>
16+
17+
<ol>
18+
<li>HTML, CSS</li>
19+
<li>TailwindCSS : CSS Framework</li>
20+
<li>keep-react : A React UI component library built with Tailwind CSS</li>
21+
<li>JavaScript</li>
22+
<li>React: JavaScript Library</li>
23+
<li>Vite: A frontend build tool</li>
24+
<li>React Dom : Part of React core and is used for rendering React components into the DOM</li>
25+
<li>React Router Dom: Used for client-side routing in React applications</li>
26+
<li>Axios : For fetching</li>
27+
<li>React Helmet : For manipulating meta data, like Page Titles and Keywords. Helpful for SEO</li>
28+
<li>dompurify : A DOM sanitizer that cleans HTML and prevents XSS (Cross-Site Scripting) attacks</li>
29+
<li>embla-carousel-autoplay : Adds autoplay (auto-slide) functionality to Embla carousels</li>
30+
<li>React Icons : A popular React icon library that provides access to many well-known icon packs — all as React components. It acts as a wrapper around multiple icon libraries</li>
31+
<li>phosphor-react : A flexible and beautiful icon library for React</li>
32+
</ol>

src/sections/navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const NavbarComponent = () => {
109109
<FaBookOpenReader></FaBookOpenReader>
110110
</div>
111111

112-
<Link to='/home' className='tracking-wider text-xl'>Translate Quran</Link>
112+
<Link to='/home' className='tracking-wider text-xl'>Scriptures</Link>
113113
</div>
114114

115115
</NavbarBrand>

0 commit comments

Comments
 (0)