Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepravin/case-converter-react-app
https://github.com/thepravin/case-converter-react-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepravin/case-converter-react-app
- Owner: thepravin
- Created: 2024-01-03T12:48:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-06T08:15:15.000Z (almost 1 year ago)
- Last Synced: 2024-01-06T09:22:36.736Z (almost 1 year ago)
- Language: JavaScript
- Homepage: https://case-converter-react-app.vercel.app
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Case Converter React App 🔄 (React Project No. 2)
## Description
This is a React app built for converting text into various formats, including upper case, lower case, reverse. The app is developed using Vite.js for efficient and fast development.## App URL
```
https://case-converter-react-app.vercel.app/
```## Features
- Convert text to upper case 🔠
- Convert text to lower case 🔡
- Reverse the order of characters in the text 🔄## Technologies Used
- React ⚛️
- Vite.js 🚀## How to Use
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Install dependencies using `npm install`.
4. Run the app using `npm run dev`.
5. Open the app in your browser at [http://localhost:3000](http://localhost:3000).## ScreenShots
![image](https://github.com/thepravin/case-converter-react-app/assets/114281988/b1b21ed8-ab09-4f47-8f49-8183564bbb9d)
![image](https://github.com/thepravin/case-converter-react-app/assets/114281988/45034799-88de-4bf0-8163-e00a6c9a923e)🧑💻 Happy coding!