-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README for final presentation
- Loading branch information
1 parent
044f54c
commit 408807e
Showing
8 changed files
with
213 additions
and
55 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# LearnFuse | ||
|
||
LearnFuse is a web application designed to help students learn in a personalized manner by converting textual information into various types of outputs, such as diagrams, videos, and more. Our tool aims to enrich and enhance the learning experience for all kinds of students, especially benefiting those with learning disabilities. | ||
|
||
## Features | ||
|
||
- Learning style quiz to recommend the best learning type for users | ||
- Conversion of textual data into various learning formats: | ||
- Visual: Diagrams and mind maps | ||
- Auditory: Audio files, YouTube video recommendations, and podcast suggestions | ||
- Kinesthetic: Hands-on learning method recommendations | ||
- Scribble: Key point extraction with a text editor for note-taking | ||
|
||
## Getting Started | ||
|
||
These instructions will help you set up the project on your local machine for development and testing purposes. | ||
|
||
### Prerequisites | ||
|
||
- Node.js (v14.0 or higher) | ||
- npm (v6.0 or higher) | ||
|
||
### Tech Stack | ||
|
||
- Backend: Node.js | ||
- Frontend: HTML, CSS, JavaScript | ||
- Testing: Jest, ESLint, Prettier | ||
- CI/CD: GitHub Actions | ||
|
||
## Installation | ||
|
||
1. Clone the repository: | ||
|
||
``` | ||
git clone https://github.com/CS222-UIUC/main-project-team-38_learn_fuse.git | ||
``` | ||
|
||
2. Navigate to the project directory: | ||
|
||
``` | ||
cd main-project-team-38_learn_fuse | ||
``` | ||
|
||
3. Install dependencies: | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
4. Start the development server: | ||
``` | ||
npm start | ||
``` | ||
|
||
## Testing | ||
|
||
We use Jest for unit testing. To run the tests: | ||
|
||
``` | ||
npm test | ||
``` | ||
|
||
For ESLint and Prettier checks: | ||
|
||
``` | ||
npm run lint | ||
``` | ||
|
||
For fixing ESLint and Prettier errors: | ||
|
||
``` | ||
npm run fix | ||
``` | ||
|
||
For test coverage reports: | ||
|
||
``` | ||
npx jest --coverage | ||
``` | ||
|
||
## Team | ||
|
||
- Pritika Aggarwal | ||
- Shubhi Bhatia | ||
- Aditya Jindal | ||
- Prisha Thoguluva | ||
|
||
## UI Mock-Up | ||
|
||
Link: https://www.figma.com/design/9AsQmZl78qlnc4LPMTLvFQ/Untitled?node-id=6-20&t=IiPnRXbqyk4PON9e-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,10 @@ <h1 class="title">Auditory</h1> | |
<div class="contact-info"> | ||
<h2>Get in Touch</h2> | ||
<p>Have questions or feedback? We'd love to hear from you!</p> | ||
<p><strong>Email</strong><br />[email protected]</p> | ||
<p> | ||
<strong>Email</strong><br /> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<p><strong>Phone</strong><br />+1 (000) 123-4567</p> | ||
<div class="social-links"> | ||
<a href="#" aria-label="Facebook"><i class="fab fa-facebook"></i></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,10 @@ <h1 class="title">Kinesthetic</h1> | |
<div class="contact-info"> | ||
<h2>Get in Touch</h2> | ||
<p>Have questions or feedback? We'd love to hear from you!</p> | ||
<p><strong>Email</strong><br />[email protected]</p> | ||
<p> | ||
<strong>Email</strong><br /> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<p><strong>Phone</strong><br />+1 (000) 123-4567</p> | ||
<div class="social-links"> | ||
<a href="#" aria-label="Facebook"><i class="fab fa-facebook"></i></a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,7 +149,10 @@ <h1 class="title">Scribble</h1> | |
<div class="contact-info"> | ||
<h2>Get in Touch</h2> | ||
<p>Have questions or feedback? We'd love to hear from you!</p> | ||
<p><strong>Email</strong><br />[email protected]</p> | ||
<p> | ||
<strong>Email</strong><br /> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<p><strong>Phone</strong><br />+1 (000) 123-4567</p> | ||
<div class="social-links"> | ||
<a href="#" aria-label="Facebook" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,10 @@ <h1 class="title">Visual</h1> | |
<div class="contact-info"> | ||
<h2>Get in Touch</h2> | ||
<p>Have questions or feedback? We'd love to hear from you!</p> | ||
<p><strong>Email</strong><br />[email protected]</p> | ||
<p> | ||
<strong>Email</strong><br /> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<p><strong>Phone</strong><br />+1 (000) 123-4567</p> | ||
<div class="social-links"> | ||
<a href="#" aria-label="Facebook" | ||
|