https://github.com/rajkumar-justcoder/animated-name
An Animated name with css
https://github.com/rajkumar-justcoder/animated-name
no-hacktoberfest on-hold
Last synced: 6 months ago
JSON representation
An Animated name with css
- Host: GitHub
- URL: https://github.com/rajkumar-justcoder/animated-name
- Owner: Rajkumar-justcoder
- License: mit
- Created: 2022-01-10T04:23:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T09:08:48.000Z (about 2 years ago)
- Last Synced: 2025-04-12T21:36:32.942Z (8 months ago)
- Topics: no-hacktoberfest, on-hold
- Language: JavaScript
- Homepage: https://rajkumar-justcoder.github.io/Animated-name/
- Size: 50.8 KB
- Stars: 11
- Watchers: 1
- Forks: 32
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ANIMATED NAME | HACKTOBERFEST
**A repo showing animated name using HTML and css**
### Add your details to the [names.js](/names.js) file.
The details include:
```
1. Your name
2. Your Full Name
3. Your GitHub url
```
## π οΈ Installation Steps
**1**. [Fork](https://github.com/Rajkumar-justcoder/Animated-name/fork) the project. Click on the
icon in the top right to get started
**2**. Clone the project, you can use the following command:
```bash
Using HTTPS
git clone https://github.com//Animated-name
or using SSH
git clone git@github.com:/Animated-name.git
```
**3**. Navigate to the project directory
```bash
cd Animated-name
```
## π₯ After making a change
**1**. Create a new branch
```bash
git checkout -b YourBranchName
```
**2**. Add it to staging area
```bash
git add
```
**3**. Commit your changes with
```bash
git commit -m '
```
## π©π½βπ» 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](/LICENSE). Please go through the License atleast once before making your contribution.
## Additional references regarding licenses
GitHub license explained [https://choosealicense.com](https://choosealicense.com)