Skip to content

Rajkumar-justcoder/Animated-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANIMATED NAME | HACKTOBERFEST

A repo showing animated name using HTML and css

Add your details to the names.js file.

The details include:

1. Your name
2. Your Full Name
3. Your GitHub url

🛠️ Installation Steps

1. Fork the project. Click on the icon in the top right to get started

2. Clone the project, you can use the following command:

Using HTTPS
git clone https://github.com/<your-github-username>/Animated-name
or using SSH
git clone git@github.com:<your-github-username>/Animated-name.git

3. Navigate to the project directory

cd Animated-name

🥂 After making a change

1. Create a new branch

git checkout -b YourBranchName

2. Add it to staging area

git add <path to the file you worked on>

3. Commit your changes with

git commit -m '<your-commit-message'

4. Push your changes

git push -u <remote-name> <branch-name>

👩🏽‍💻 Contributing

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.

🙏🏽 Support

This project needs a star️ from you. Don't forget to leave a star✨

📝 License

This project is Licensed under the MIT License. Please go through the License atleast once before making your contribution.

Additional references regarding licenses

GitHub license explained https://choosealicense.com