I want to make a browser application where you can choose between many guitar tabs and display them like this:
e|——-5-7—–7-|-8—–8-2—–2-|-0———0—–|—————–|
B|—–5—–5—–|—5——-3—–|—1—1—–1—|-0-1-1———–|
G|—5———5—|—–5——-2—|—–2———2-|—————–|
D|-7—————|—————–|—————–|—————–|
A|—————–|—————–|—————–|—————–|
E|—————–|—————–|—————–|—————–|
e|———7—–7-|-8—–8-2—–2-|-0———0—–|—————–|
B|——-5—5—–|—5——-3—–|—1—1—–1—|-0-1-1———–|
G|—–5——-5—|—–5——-2—|—–2———2-|—————–|
D|—7————-|—————–|—————–|—————–|
A|-0—————|—————–|—————–|—————–|
E|—————–|—————–|—————–|—————–|
e|——-0-2—–2-|-0—–0———-|———3—–3-|-3-2-2-2———|
B|———–3—–|—1—–0-1——|-1—–1—0—–|—————–|
G|—–0——-2—|—–2——-2—-|—0———0—|—————–|
D|—2————-|——————|—–2———–|—————–|
A|-3—————|————–0-2-|—————–|————-0-2-|
E|—————–|——————|———3——-|—————–|
e|———2—–2-|-0—–0———-|—————2-|-0-0-0———–|
B|——-1—3—–|—1——-1——|——-1—–3—|—————–|
G|—–0——-2—|—–2——-2—-|—–0—–2—–|—————–|
D|—2————-|——————|—2—–0——-|—————–|
A|-3—————|———0—-0-2-|-3—————|—————–|
E|—————–|——————|—————–|—————–|
- Letters: name of the string
- Digits: guitar fret
I want to make a Database with 5-10 songs saved in .txt files and then in the browser to have the choice to choose from them and when clicked to be displayed the particular tab.
Can you help me? If you have better ideas I will be happy to hear them.
I am currently stuck in this problem
Radostina Zhelyazova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.