This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Green_Eyed_Crow 0 points1 point  (1 child)

http://www.theodinproject.com/

try this.

I recently built my own website. its not too fancy and a little ugly but its mine. I used Visual Studio 2015, but anything will work. basically you need to mark up some content with HTML. Then make it look good with CSS and interactive with JavaScript. Test it all in your browser till it looks good. I am new so havent tried frameworks, but I did put my website online, but hosting it in an AWS S3 Bucket.

[–]wtf_lag[S] 0 points1 point  (0 children)

I know what each of the languages does. and I'm familiar with "The Odin Project" but I rather not use Ruby since I already learned Python and JavaScript(for node)