This project is a travel website built using React, Next.js, and Tailwind CSS. The main work for this project is inspired by the "JavaScript Mastery" YouTube channel.
-
Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git cd your-repo-name
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser: Navigate to
http://localhost:3000
to see the project in action.
- JavaScript Mastery YouTube Channel
- React Documentation
- Next.js Documentation
- Tailwind CSS Documentation
Feel free to explore these resources to get a better understanding of the technologies used in this project.
This is a fun side project aside from the rest of the React and JavaScript projects. It displays the lyrics of the currently playing song in the terminal.
- Main Script: The main script (
main.py
) handles fetching the lyrics of the currently playing song. - Fetching Lyrics: The script uses an API to fetch the lyrics of the song.
- Display: The fetched lyrics are then displayed in the terminal.
To get the lyrics of a particular song in the terminal, follow these steps:
-
Clone the Repository:
git clone https://github.com/AdibSadman192/REACT-NEXTJS-TAILWIND.git cd project_terminal_lyrics_play
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Script:
python main.py
or
python -u main.py
-
Additional Process:
- After running the code give song name and then artist name so that it can search that song for you
- Adjust the (sleep time) according to the song so that It can display according to the singer time to say that chorus
- You need stable internet connection (must)
- Python 3.x
- Required Python packages (listed in
requirements.txt
)
- Integrate with more music streaming services.
- Add support for different languages.
- Improve error handling and edge cases.
Enjoy displaying your song lyrics in the terminal!