Skip to content

My personal website 2023-2024 version. This is everyhting I learned about webdev in one year put to it's test.

License

Notifications You must be signed in to change notification settings

AnmolPlayzz/personal-website-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal website

My personal website 2023-2024 version. This is everything I learned about webdev in one year put to its ultimate test.

GitHub GitHub repo size GitHub issues GitHub issues

https://anmolcreates.tech/


Technologies Used

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

Screenshots

Installation and Usage

To view this website locally, follow these steps:

  1. Clone this repository to your local machine.

  2. Open a terminal or command prompt and navigate to the directory where the repository is located.

  3. 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.

  4. 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!".

  5. 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.

Inspirations

  1. https://hamishw.com/ - "Developer + Designer" section
  2. https://normal.studio/en/ - Their transition rectangles

Contributing

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.

License

This project is licensed under the GNU GPL License - see the LICENSE file for details.


Made with HTML, CSS, JavaScript and ❤️ by AnmolPlayzz.

About

My personal website 2023-2024 version. This is everyhting I learned about webdev in one year put to it's test.

Resources

License

Stars

Watchers

Forks