MindSpark is a web application that let users share quotes that inspirit one another.
Team Members:
- Youngmin Ko (Team Lead) - https://github.com/masonkoh
- Gia Tuong Tran - https://github.com/giatuongtran9
- Pratik Panchani - https://github.com/PratikPanchani
- Arnav Bansal - https://github.com/abansal98
- Home -> Quoteboard (under Quoteboard dir)
- Content -> Quotelist (under Quoteboard dir)
Note | Component name | Explanation |
---|---|---|
About | It's landing page. It has introduction(who we are and what kind of service we offer) | |
sub-component | Aboutteam | sub-component of About, introduce who we are |
sub-component | SampleQuote | sub-component of About, introduce what service we offer |
Note | Component name | Explanation |
---|---|---|
Just 404 page |
Note | Component name | Explanation |
---|---|---|
Footer |
Note | Component name | Explanation |
---|---|---|
Navbar | navigation bar always stay on top |
Note | Component name | Explanation |
---|---|---|
QuoteBoard | Combination of sub-components. Category on left as left-side navigation, QuoteList on right-side. | |
sub-component | QuoteList | It's the main feature of the website. It has list of 'QuoteBox component' which shows the quote(main service of us). |
sub-component | QuoteBox | It shows quotes, quoteAuthor, quoteRate in one box. It's on QuoteList component |
sub-component | Category | It shows categories of quotes and let user selects. Once user select a category, the Quotelist component will load corresponding quotes in QuoteBox component |
Note | Component name | Explanation |
---|---|---|
Signin | Let user login |
Note | Component name | Explanation |
---|---|---|
Signup | Let user signup |
Note | Component name | Explanation |
---|---|---|
Userprofile | Let user see or modify their profile |