Welcome to Mental Harbor, your online sanctuary for mental health support and guidance. This Next.js-based website provides valuable information, resources, and articles related to mental health.
Live Demo: Mental Harbor Website
To run this project locally or make any contributions, follow these steps:
-
Clone this repository:
git clone https://github.com/yourusername/mental-harbor.git cd mental-harbor
-
Install the project dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to
http://localhost:3000
to view the project locally.
This project is built with the following technologies:
- Next.js: The framework used for building the project.
- React: The JavaScript library for building user interfaces.
- CSS: The project's styling and layout are achieved using CSS.
pages/
: Contains the project's pages and routing.components/
: Includes reusable components used throughout the project.styles/
: Holds the project's CSS styles.
This project features AOS (Animate On Scroll) animation for a more engaging user experience. AOS animations have been applied to specific elements to create dynamic and visually appealing effects as users scroll through the content.
AOS Library: AOS - Animate On Scroll Library
We welcome contributions from the open-source community! If you'd like to contribute to the project, please read our Contribution Guidelines to get started.
This project is licensed under the MIT License. See the LICENSE file for more details.