-
Notifications
You must be signed in to change notification settings - Fork 3
Website for BrainHeart #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Screen.Recording.2025-05-10.at.2.16.26.PM.movHere’s a preview of our new website design! We’ve also integrated a dark mode for better accessibility and user experience. All the placeholder images and relevant team details have been added. Let me know if you have any suggestions for changes or upgrades we’re open to refining it further. |
|
@bsureshkrishna Let me Know any Change or upgrades if needed |
|
While I don’t have direct experience with signal processing yet since the project is starting in June I think I have enough time to learn necessary skills and contribute meaningfully if you can mentoring me a bit as what to learn I’d be grateful I’m really passionate about building deep tech health solutions and would love to grow under your guidance. Other Than that I'm Available Full time in the month of June, July and August so I'm fully commit to contribute to the Project
sure feedback noted and will make sure have a direct communication with you from now on I'm here to learn, contribute, and grow as I’m really excited about the project |
|
We do not have any remaining bandwidth to mentor more students this summer at such a beginning level. The level of domain knowledge needed here takes 6 months to 1 year to learn in order to do properly. Also, we are not building deep-tech health solutions, but research tools. If you send me your technical CV (including a list of relevant courses you have taken, your current educational stage etc), I can see if something is feasible. In any case, when it comes to building the portal, if you wish, we can reach out to you in case you would like to join the effort. Good luck. |
|
Hi Sir just following up to check if you had a chance to review the CV I submitted. Would appreciate any feedback or next steps. |
This pull request introduces a foundational setup for a new React-based project, including configuration files, core components, and initial styling. Key changes include the integration of Tailwind CSS, ESLint configuration, a structured component library, and essential pages and sections for the application.
Configuration and Setup:
components.jsonto define project structure, Tailwind CSS configuration, and alias paths for better organization and maintainability.eslint.config.jswith TypeScript and React-specific rules, including plugins for React Hooks and React Refresh.postcss.config.jsto enable Tailwind CSS and autoprefixer for styling.package.jsonwith dependencies for React, Radix UI components, Tailwind CSS, and development tools like ESLint and TypeScript.Core Components and Pages:
src/App.tsxas the main application entry point, including routing, theme provider, and query client setup for React Query.Button,AboutSection,ContactSection,Footer, andECGAnimationto structure the UI and provide reusable elements. [1] [2] [3] [4] [5]Styling and Visual Enhancements:
src/App.csswith responsive design, animations, and hover effects for key elements.index.htmlwith meta tags for SEO, favicon, and Google Fonts integration for consistent typography.Miscellaneous:
public/robots.txtto specify web crawler permissions for search engine optimization.