Trying to make a website for tracking student attendance and behaviour
Hello,
I am trying to build a website which tracks Student Attendance and Behaviour. I am wondering how hard this would be to create as a beginner to Web Dev.
Thank you in advanced
14 Replies
Shouldn't be too hard if you stick to your main objective. Are you going for vanilla html js, any framework or yet to decide?
have to learn some back-end and db stuff as well.
Yeah, depending on wether they use a framework or not; the complexity will hugely vary
I haven't decided ywt
So out of these things, how many have you touched before.
1. html
2. js
3. any other language
4. any type of database
I have used HTML, Haven't use JS, I have used CSS a tiny bit vut I haven't used a database yet
So before this, I suggest you to learn some basic js
You will need some sort of database and backend, so if you learn some js. You can use node.js or some online backend solution that doesn't require coding. But you would still need to know js.
I have touched databases a little bit but I couldn't figure out how to add logins to it
That's alright, the first step will be to learn at least one programming language. Preferably javascript in your case.
Where would be a good place to start learning js?
https://javascript.info is really good.
also make sure to search for javascript in #resources, there's a ton of good stuff in there
Credit~ @Jochem
I'm just copying B1 and Beck
Thanks y'all