Skip to content

Mishunkhan/React-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFlashcards

Utilized Tools:

  • Technology Stack: This project is built using .NET 7 and ASP.NET Core in Visual Studio 2022.
  • ASP.NET Identity: For user authentication and management.
  • Entity Framework Core: To handle data access and database operations.
  • Open-Source Libraries: We're using the following open-source libraries and resources: KUTE.JS - animation engine, Web Speech API to incorporate voice data into web app.
  • SQLite Database: Our application uses a SQLite database for storage users' data.

User Instructions:

Note

Before running the project you may need to install npm. Please follow instructions for installing and integrating font awesome icons in React with npm in the cmd

Installation

  1. Open Terminal/CMD: Access your project directory.
   cd .\Flashcards_React\ClientApp

2. Type in npm commands
```bash
npm i --save @fortawesome/fontawesome-svg-core
npm install --save @fortawesome/free-solid-svg-icons
npm install --save @fortawesome/react-fontawesome
npm install --save @fortawesome/fontawesome-free
npm install axios

Note

Please log in using the admin account for having access to all functions Admin email: [email protected] Password: 123456#eE

It is also possible to log in with a normal user using the testUser email: [email protected] with the same password

  1. Choosing Flashcard Category: Upon launching the web page, users can select between language and non-language flashcards.

  2. Language Flashcards: If you choose language flashcards, the text-to-speech feature allows you to hear pronunciations in either Norwegian or English. Simply click on the sound sign to have the text read aloud.

  3. Non-Language Flashcards: For non-language flashcards, you can interact with the content and test your knowledge.

Flashcards_React

To use button icons in BrowseDeck: npm install --save @fortawesome/fontawesome-free

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published