Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wansh786/text_editor
A simple React application that allows users to edit text with various font settings. Users can change the font family, font weight, and toggle italic style. The application uses the Google Fonts API to fetch available fonts and their variants.
https://github.com/wansh786/text_editor
css3 html5 javascript react
Last synced: 18 days ago
JSON representation
A simple React application that allows users to edit text with various font settings. Users can change the font family, font weight, and toggle italic style. The application uses the Google Fonts API to fetch available fonts and their variants.
- Host: GitHub
- URL: https://github.com/wansh786/text_editor
- Owner: wansh786
- Created: 2024-06-30T09:42:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T10:31:40.000Z (6 months ago)
- Last Synced: 2024-11-05T15:08:14.120Z (2 months ago)
- Topics: css3, html5, javascript, react
- Homepage: https://euphonious-nasturtium-d62d9e.netlify.app/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text_Editor
A simple React application that allows users to edit text with various font settings. Users can change the font family, font weight, and toggle italic style. The application uses the Google Fonts API to fetch available fonts and their variants.
## Features
- Change font family using Google Fonts
- Adjust font weight based on selected font family
- Toggle italic style
- Save and reset text with font settings
- Persist text and font settings in local storage## Screenshot
![alt text]()
## Getting Started
### Prerequisites
- Node.js and npm installed on your machine
### Installation
1. Clone the repository:
```sh
git clone
### Deployed Link:
https://euphonious-nasturtium-d62d9e.netlify.app/