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
No description
14 Replies
Aoi
Aoi2w ago
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?
MarkBoots
MarkBoots2w ago
have to learn some back-end and db stuff as well.
Aoi
Aoi2w ago
Yeah, depending on wether they use a framework or not; the complexity will hugely vary
Dylan
Dylan2w ago
I haven't decided ywt
Aoi
Aoi2w ago
So out of these things, how many have you touched before. 1. html 2. js 3. any other language 4. any type of database
Dylan
Dylan2w ago
I have used HTML, Haven't use JS, I have used CSS a tiny bit vut I haven't used a database yet
Aoi
Aoi2w ago
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.
Dylan
Dylan2w ago
I have touched databases a little bit but I couldn't figure out how to add logins to it
Aoi
Aoi2w ago
That's alright, the first step will be to learn at least one programming language. Preferably javascript in your case.
Dylan
Dylan2w ago
Where would be a good place to start learning js?
Aoi
Aoi2w ago
https://javascript.info is really good. also make sure to search for javascript in #resources, there's a ton of good stuff in there
Aoi
Aoi2w ago
Credit~ @Jochem
Jochem
Jochem2w ago
I'm just copying B1 and Beck
Dylan
Dylan2w ago
Thanks y'all