Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gouravkhunger/nextjs-strikeit
A simple site to get a striked through version of text.
https://github.com/gouravkhunger/nextjs-strikeit
hacktoberfest nextapp nextjs strikethrough
Last synced: 2 months ago
JSON representation
A simple site to get a striked through version of text.
- Host: GitHub
- URL: https://github.com/gouravkhunger/nextjs-strikeit
- Owner: gouravkhunger
- License: mit
- Created: 2021-09-25T11:48:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T06:21:00.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:06:15.603Z (9 months ago)
- Topics: hacktoberfest, nextapp, nextjs, strikethrough
- Language: JavaScript
- Homepage: https://strikeit.gourav.sh
- Size: 1.39 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StrikeIt
Check out the [Live Website](https://strikeit.ml)
This is a simple [Next.js](https://nextjs.org/) site to quickly get the striked through version of text copied to your keyboard.
Don't forget to ⭐️ this repository!
## Images
![StrikeIt Home Page](https://raw.githubusercontent.com/gouravkhunger/nextjs-strikeit/main/media/one.png)
![Striked Text](https://raw.githubusercontent.com/gouravkhunger/nextjs-strikeit/main/media/two.png)
## Local Setup
First, clone this repository:
```
git clone https://github.com/gouravkhunger/nextjs-strikeit
````cd` into the folder and then, run the development server:
```bash
# download dependencies
npm i
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Credits
## License
```
MIT LicenseCopyright (c) 2021 Gourav Khunger
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE 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.
```