Just Because is a static website built using HTML, CSS, and Javascript. It is a tribute to my favorite anime from high school days. This website demonstrates my ability to build an interactive, responsive, and modern web design.
You can view the live website here.
The main objectives of this project were to:
- Build a web page from scratch using modern web development technologies.
- Create a responsive and interactive website.
- Implement smooth scrolling for better user experience.
- Improve navigation bar to enhance user experience.
- Use Google fonts to improve web design.
- Deploy the website using GitHub Pages.
- To test my abilitites in building web pages from the groundup and to have a good foundation in the basics in web development.
During the development of this project, the I learned:
- How to create smooth scrolling functionality.
- How to implement responsive web design using media queries.
- How to improve user experience with the help DOM manipulation in creating navigation bar functionality and design.
- How to import fonts from Google fonts for better web design.
- How to deploy static websites using GitHub Pages.
Overall, this project provided me the solid foundation in modern web development using HTML, CSS, and Javascript. The skills and knowledge gained from this project will be useful in future web development projects.
Contributions are welcome! If you want to contribute to the project, please follow these guidelines:
-
Fork the repository to your own GitHub account.
-
Clone the repository to your local machine:
git clone https://github.com/MiDo-kun/Just-Because-Wiki.git
-
Create a new branch for your changes:
git checkout -b your-branch-name
-
Make your changes to the code.
-
Commit your changes:
git commit -m "Your commit message"
-
Push your changes to your fork:
git push origin your-branch-name
-
Create a pull request from your fork to the main repository.
This project is licensed under the MIT License. See the LICENSE file for more information.