Skip to content

Flicker TV is an open source quote generator that generates random quote. It's a great way to get started with open source.

License

Notifications You must be signed in to change notification settings

SahriarNahid/flicker-tv

 
 

Repository files navigation

📺 Flickertv.live

Flicker-tv is an open source project that displays random quotes on a CRT TV-like screen. You can add your own favorite quote as your first open source contribution and share it with the world!

image.png

How to add your own quote?

  1. Step 1: Fork the Repository

  2. Step 2: Go to your forked repository

  3. Step 3: Clone the forked project to your local machine

git clone {your_repo_link}
  1. Step 4: Create a new branch after your name
git checkout -b quote/your_name
  1. Step 5: Edit the quote.js and add your favorite quote ✨

  2. Step 6: Push to the remote branch

git push origin quote/your_name
  1. Step 7: Open a Pull Request ~

If you have done everything right, one of our volunteer will merge your quote!

Contributing to the site

If you want to upgrade the site or fix a bug or add a feature follow this:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Added some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Run this project locally

Prerequisites are Node.js 12.0 or later and npm 7.0 or later.

  1. Clone the project repository from GitHub or any other source control platform.
  2. Navigate to the project directory and run npm install to install the dependencies.
  3. Run npm run dev to start the development server on port 3000.
  4. Open your browser and go to http://localhost:3000 to see the project running.
// 📙 Troubleshooting Guide 

- If you encounter any errors while running `npm install` or `npm run dev`, check the console output for more details and possible solutions.

- If you want to change the port number or other configuration options, you can edit the `next.config.js` file in the project root directory.

- If you need more help or guidance, you can visit the [Next.js documentation](https://nextjs.org/docs) or the [Next.js GitHub repository](https://github.com/vercel/next.js/).

License

MIT License

Copyright (c) 2024 HEX CODE

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.

About

Flicker TV is an open source quote generator that generates random quote. It's a great way to get started with open source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.9%
  • JavaScript 43.1%