Help to create a personal project - song lyric App | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help to create a personal project - song lyric App

Specs. Contain about 200+ Songs (MIDI) + Song lyrics. Search option to fetch song by title/ keyword. Simple, great UI WORKS OFFLINE i just need ADVICE on the path to take. I know HTML, CSS, JS, jQuery, Bootstrap, a bit php & mySQL I want to know WHAT languages i need to FOCUS on to effect this personal project of mine. Please give advice in any area you know. thank you.

21st Jul 2018, 7:30 PM
King Emma 👑
King Emma 👑 - avatar
39 Answers
+ 3
darkorbit17493 Thanks for your input ... Javascript is extremely hard for a beginner asking for help isnt a crime. im not asking for the answers, im looking for a mentor/study buddy. i put in several hours a day self teaching and using hundreds of reaources. function darkorbit(x) { Alert(“Thanks but” + x) ; } darkorbit(“no thanks”); “He who asks a question is a fool for five minutes; he who does not ask a question remains a fool forever.”
21st Jul 2018, 10:36 PM
Tasha
Tasha - avatar
+ 2
use javascript to make the program and html/css to decorate it unless you want the programm to be exe
21st Jul 2018, 8:12 PM
darkorbit17493
+ 1
Hi King Emma I noticed you said you know HTML, CSS and Javascript which I am learning now and super beginner. Do you think you could help me with some Javascript?
21st Jul 2018, 8:04 PM
Tasha
Tasha - avatar
+ 1
then you need java/swift
21st Jul 2018, 9:18 PM
darkorbit17493
+ 1
java=android swift=i
21st Jul 2018, 9:19 PM
darkorbit17493
+ 1
ios*
21st Jul 2018, 9:20 PM
darkorbit17493
+ 1
King Emma 👑 awesome. i just posted about homework help and listed the problems im working on. I started my code in codepen. do you want to work together here?
21st Jul 2018, 9:58 PM
Tasha
Tasha - avatar
+ 1
Ok i said "its better to".That means i suggested you cuz in your life you do whatever you want and nobody can command you so decide what is better for you and just do it.
22nd Jul 2018, 6:19 AM
darkorbit17493
+ 1
And also as i can see you know functions(and probably everything up to them) so that was all bout.And i liked function darkorbit XD
22nd Jul 2018, 6:23 AM
darkorbit17493
+ 1
@darkorbit17493 Thanks!
22nd Jul 2018, 4:44 PM
Tasha
Tasha - avatar
+ 1
@King Emma, Im actaully working on a current code in Codepen. Im going to work on it a bit longer and then share it. It's creating function, using arrays and returning things like all elements, the first and last element, reversed etc so it's a bit tricky for me.Arrays are really hard for me to wrap my mind around. So I'll work on it and then share. I've worked on several codes for days and just couldn't figure it out, resulting in headaches and then someone debugged in a minute as well. Cool but frustrating for me sometimes.
22nd Jul 2018, 4:48 PM
Tasha
Tasha - avatar
+ 1
Hey @KingEmma ... completely frustrated at the time. I just can't figure out functions and arrays! Im totally dumbfounded when it comes to created a function with arguments and and arrays in the mix. Im currently woking on this: Creating a function named newArray. that should take four arguments. and return an array with those arguments. For example: newArray(1,2,3,4); // returns [1,2,3,4] Here is a link to my code so far. https://code.sololearn.com/WM1CaxbV486B/#js
23rd Jul 2018, 3:07 AM
Tasha
Tasha - avatar
+ 1
it should be var MyArray=[a,b,c,d]
23rd Jul 2018, 7:51 AM
darkorbit17493
+ 1
the code you ve done is kinda like c++
23rd Jul 2018, 7:54 AM
darkorbit17493
+ 1
oh I see what youre saying now. Dont you have fo have {} in the function? or is it because its an array that I dont need {}?
23rd Jul 2018, 1:14 PM
Tasha
Tasha - avatar
+ 1
ok! thats what was throwing me off. The use of the {} and [] when it comes to working with functions and arrays together. Thanks so much
23rd Jul 2018, 1:46 PM
Tasha
Tasha - avatar
+ 1
Hi King Emma! I'm working on a bigger project and wanted some input if you dont mind. I am currently coding a simple listview prototype for a transportation app for ios. I am only required to use HTML and CSS in my editor (Atom). Could you take a look at my code so far as well as the link to what my goal is? This is my first time writing HTML and CSS from a completely blank slate so it's nerve wrecking. Although I have gotten all of the content necessary on the page, I am still figuring out how to align text, space, how and when to use divs, class etc and of course styling it. I got a good amount of it in place. My code: https://code.sololearn.com/Wj6wTRekG456/#css my goal: https://www.figma.com/file/1KGp24gniXSQaTt5fFbA9M/Busy-Bus-Visual-Challenge?node-id=429%3A4
25th Jul 2018, 5:39 AM
Tasha
Tasha - avatar
+ 1
Update :-) Slowly but surely making progress https://code.sololearn.com/Wj6wTRekG456/#css
25th Jul 2018, 5:54 PM
Tasha
Tasha - avatar
+ 1
Thank you! it really helps to have support. While working in my aissgnment I pretty much look up everythinf and read, read, read. it seems to really help me make sense of everything while I read and then practice the codes and figure out how to work into my projects.
27th Jul 2018, 12:58 PM
Tasha
Tasha - avatar
0
Sure, anytime Tasha
21st Jul 2018, 9:05 PM
King Emma 👑
King Emma 👑 - avatar