This website was built using React.js, Node.js, HTML and CSS.
- Responsive design: The website adjusts its layout and content to fit the screen size of the device it is being viewed on, ensuring an optimal user experience on all devices.
- Functional contact form: Users can fill out and submit the contact form to send a message directly to the website owner.
- Google Map: The website includes an interactive Google Map that shows the location of the business or organization the website belongs to.
- Interactive logo: The website's logo is designed to be interactive, adding an extra level of engagement for users.
To run the website locally on your computer, follow these steps:
- Clone the repository to your local machine using git clone
https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
. - Navigate to the project directory using cd
YOUR_REPO_NAME
. - Install the necessary dependencies using
npm install
. - Start the development server using
npm start
. - The website should now be running on
http://localhost:3000
.
If you'd like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Open a pull request describing your changes.
Thank you for considering contributing to this project!