My personal website 2023-2024 version. This is everything I learned about webdev in one year put to its ultimate test.
This website was built using HTML, CSS, and JavaScript, with the following additional tools and libraries:
- Locomotive Scroll: for smooth scrolling animations
- Mouse Follower: for a custom mouse cursor that follows user movements
- imagesLoaded: for preloading and handling images
To view this website locally, follow these steps:
-
Clone this repository to your local machine.
-
Open a terminal or command prompt and navigate to the directory where the repository is located.
-
Install the
serve
package using npm by running the following command:npm install -g serve
This will install the
serve
package globally on your machine. -
Once the installation is complete, run the following command:
npx serve
This will start a local server and serve the files in the current directory. You should see a message in the terminal that says "Serving!".
-
Open your web browser and navigate to
http://localhost:3000
to view the website.Note: the port number may be different depending on your system configuration. Check the output of the
serve
command for the correct port number.That's it! You should now be able to view and interact with the website locally on your machine.
- https://hamishw.com/ - "Developer + Designer" section
- https://normal.studio/en/ - Their transition rectangles
If you'd like to contribute to this project, feel free to submit a pull request or open an issue to suggest changes or report bugs.
This project is licensed under the GNU GPL License - see the LICENSE file for details.
Made with HTML, CSS, JavaScript and ❤️ by AnmolPlayzz.