Skip to content

Commit

Permalink
Merge branch 'main' into Saphal-development
Browse files Browse the repository at this point in the history
  • Loading branch information
binamkayastha committed Jul 11, 2024
2 parents cc5a36a + c90e0d0 commit 227b026
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 37 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# nepalingo
# NepaLingo

A website to learn the indigenous language of Nepal.

# Contributors
## Contributors

The contributors of this project are participants of Incubate Nepal.

# Mentors
### Mentors

## Christina Kayastha
#### Christina Kayastha

<table>
<tr>
Expand All @@ -21,7 +21,7 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

## Binam Kayastha
#### Binam Kayastha

<table>
<tr>
Expand All @@ -34,8 +34,8 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

# Peer Mentor
## Hemanta Bhandari
### Peer Mentor
#### Hemanta Bhandari
<table>
<tr>
<td width=150>
Expand All @@ -47,9 +47,9 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

# Mentees
### Mentees

## Saphal Upreti
#### Saphal Upreti
<table>
<tr>
<td width=150>
Expand All @@ -61,7 +61,7 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

## Sanskar Lamsal
#### Sanskar Lamsal

<table>
<tr>
Expand All @@ -74,7 +74,7 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

## Aanchal Nancy Jha
#### Aanchal Nancy Jha

<table>
<tr>
Expand All @@ -87,7 +87,7 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

## Puja Tajpuriya
#### Puja Tajpuriya
<table>
<tr>
<td width=150>
Expand All @@ -99,7 +99,7 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

## Aditya Bikram Thakur
#### Aditya Bikram Thakur
<table>
<tr>
<td width=150>
Expand All @@ -111,7 +111,7 @@ The contributors of this project are participants of Incubate Nepal.
</tr>
</table>

## Devaki Rawal
#### Devaki Rawal

<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion nepalingo-web/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nepalingo
# NepaLingo

A website to learn the indigenous language of Nepal. This project is a React application built with TypeScript, Vite, and Tailwind CSS. Below are the steps to set up and run the project.

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import React, { useState } from 'react';
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faVolumeHigh } from '@fortawesome/free-solid-svg-icons';


const Card: React.FC<{
Word: string;
Expand Down Expand Up @@ -47,7 +50,7 @@ const Card: React.FC<{
<p className="absolute right-10 top-36 text-xs">{Pronunciation}</p>
{PronounciationUrl && (
<button onClick={handlePronunciation} className="absolute right-10 bottom-10">
<FontAwesomeIcon icon="fa-solid fa-volume-high" />
<FontAwesomeIcon icon={faVolumeHigh} />
</button>
)}
</div>
Expand Down
21 changes: 0 additions & 21 deletions nepalingo-web/src/components/button/button.tsx

This file was deleted.

0 comments on commit 227b026

Please sign in to comment.