Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qobulovasror/simple-text-writer
A simple react component for adding a nice text writer effect to your web site.
https://github.com/qobulovasror/simple-text-writer
Last synced: 7 days ago
JSON representation
A simple react component for adding a nice text writer effect to your web site.
- Host: GitHub
- URL: https://github.com/qobulovasror/simple-text-writer
- Owner: qobulovasror
- License: mit
- Created: 2024-04-16T17:58:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T08:07:14.000Z (7 months ago)
- Last Synced: 2024-04-23T10:29:40.156Z (7 months ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sipmle word writer
A simple react component for adding a nice wordwriter effect to your website.
Key Features •
Technologies Used •
Getting Started •
Contributing •
License •
Conclusion •
![bandicam-2024-04-23-11-27-42-180](https://github.com/qobulovasror/simple-text-writer/assets/71517683/995cd209-8337-4715-b297-a7f9869340ca)
## About 📖
A simple react component for adding a nice wordwriter effect to your website.
## Key Features ✨
---
- write words from right to left
- magic effect
- Emoji support in preview 🎉## Technologies Used 🤖
---
- **React**
- **React-dom**
- **Typescript**## Getting Started 👨🏻💻
---
You can run the program via npm or by downloading this repository### Prerequisites
Before you begin, ensure you have met the following requirements:
- **nodejs**
- **npm** or **yarn**### Installation using npm 🎯
1. **Install package:**
```bash
npm i @qobulovasror/simple-text-writer
```
or
```bash
npm i simple-text-writer
```
or
```bash
yarn add @qobulovasror/simple-text-writer
```
or
```bash
yarn add simple-text-writer
```
## Contributing 🤝
---
We welcome contributions from the community to improve the project. To contribute, follow these steps:
1. **Fork the repository:**
Click the "Fork" button in the upper-right corner of the repository's page on GitHub. This will create a copy of the repository in your GitHub account.2. **Clone the forked repository:**
```bash
git clone https://github.com/qobulovasror/simple-text-writer.git
```
3. **Create a new branch:**
```bash
git checkout -b feature/new-feature
```
Replace feature/new-feature with a descriptive branch name related to the feature or issue you're working on.
4. **Make your changes: **Implement your changes and ensure they follow the project's coding style and guidelines.
5. **Commit your changes:**
```bash
git commit -m "Add new feature or fix issue"
```
6. **Push your changes to GitHub:**
```bash
git push origin feature/new-feature
```
7. **Create a Pull Request**:Go to the GitHub page of your forked repository. Click on the **"Compare & pull request"** button next to your branch. Fill in the necessary details and submit the pull request.
8. **Review and address feedback**:Your pull request will be reviewed by the project maintainers. Address any feedback or comments provided during the review process.
9. **Merge your Pull Request:**Once your pull request has been approved and all checks pass, it will be merged into the main branch by a project maintainer.Thank you for your contribution!
## License 🧾
This project is licensed under the [MIT License](LICENSE)
You are free to:
- Use the code for personal or commercial purposes.
- Modify, distribute, and sublicense the code.Under the following conditions:
- You must include the original copyright notice in all copies or substantial portions of the software.
This project is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software
## Conclusion 🔚
Congratulations! You've reached the end of the README file for our project 😊. We hope this documentation has provided you with all the necessary information to understand, install, and contribute to the project effectively.
If you have any questions, feedback, or suggestions, please don't hesitate to reach out to us. Your input is valuable and helps us improve the project for everyone.
Thank you for your interest and support in our project. Happy coding! 🎉