https://github.com/deep-69bits/quricksocial
Designed a web page that acts as a social media rewriter.
https://github.com/deep-69bits/quricksocial
reactjs tailwindcss webapplication website
Last synced: 2 months ago
JSON representation
Designed a web page that acts as a social media rewriter.
- Host: GitHub
- URL: https://github.com/deep-69bits/quricksocial
- Owner: deep-69bits
- Created: 2023-06-28T09:18:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T09:56:04.000Z (almost 3 years ago)
- Last Synced: 2025-08-10T04:41:27.496Z (11 months ago)
- Topics: reactjs, tailwindcss, webapplication, website
- Language: JavaScript
- Homepage: https://qurick-social.vercel.app
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QurickSocial
Designed a web page that acts as a social media rewriter. The page contains an EditText field, six buttons, and six text fields associated with each button. The six buttons have icons representing popular social media platforms such as WhatsApp, Email, LinkedIn, Twitter, Instagram, and Facebook. When a button is clicked, the text entered in the EditText field is displayed in the associated text field.
## Built With
* [React](https://react.dev/)
* [Tailwind](https://tailwindcss.com/)
## Getting Started
Before Running the project locally be sure you have already installed nodejs.
if not download it from the official website of [Nodejs](https://nodejs.org/en/)
### Installation
_Below are the instruction on how you can run install and set up your app._
1. Clone the repo
```sh
git clone https://github.com/deep-69bits/QurickSocial.git
```
2. Enter in the folder
```sh
cd QurickSocial
```
3. Install NPM packages/dependencies
```sh
npm install
```
### Executing program
1. Start the server
```sh
npm start
```
## Authors
* [@deep](https://github.com/deep-69bits/)
## License
Unissued
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/NewFeature`)
3. Commit your Changes (`git commit -m 'Add some NewFeature'`)
4. Push to the Branch (`git push origin feature/NewFeature`)
5. Open a Pull Request