Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,226,331 members, 8,066,606 topics. Date: Friday, 31 January 2025 at 04:13 AM |
Nairaland Forum / Science/Technology / Programming / My second coding Project : When I started coding - Retirement Age/Year Calc (1357 Views)
My Second Project After 100days Coding Challenge / How Old were You When You Started Coding ? / I Started My Career As A Data Analyst (2) (3) (4)
My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 11:19pm On Oct 19, 2023 |
Link : https://retirement-cal.netlify.app/ Retirement calculator will tell you the year you will be retired from work and how many years remaining before you complete your 35 years of service. Plus years remaining to work after completing your 35 years of service & years remaining before you hit the official retirement age of 65.. It’s does the whole heavy work of calculating your work days and retirement year. It’s very easy to use just feed it with your employment year and current employment year.. It’s has it own small bugs, can’t calculate people born in 1994 accurately.. Very good for workers and every body. Built when I was a beginner in the art of coding.. 3 Likes |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by BlackhatMentor: 9:26pm On Oct 20, 2023 |
LikeAking: Looks like beginner portfolio project. You're bigger than this bro lol. How about you use your time and develop something like a WhatsApp based chrome plugin that can auto send messages, export contacts from groups to csv and also extract unsaved contacts and save in a csv so user can easily export them to their device using Google contacts then charge users for it after you've gotten some downloads. This isn't a project to be proud of at all |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 12:21am On Oct 21, 2023 |
BlackhatMentor: I Made it when I started coding some years ago.. Its my may be 2nd project or so.. I have gone past this stage. Read! dont be a troll.. Programmers are very observant people.. Read the post well. Mind you wats app is a very easy project... Nothing dey there... 4 Likes |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 12:26am On Oct 21, 2023 |
BlackhatMentor: Telling me to build something like wats app shows you are very shallow about web dev and the biz side... A wats app like app is not, what the world want now.. People are even tired of wats app... Their are better and apps.. Wats app like apps will attract a huge financial pressure with lesser reward. There are beta app ideas spining cash.. 1 Like |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by BlackhatMentor: 6:20am On Oct 21, 2023 |
LikeAking: I didn't say u should build a WhatsApp App. I meant a WhatsApp utility chrome extension |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by BlackhatMentor: 6:22am On Oct 21, 2023 |
LikeAking: Ok |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by DyingFetus: 12:13pm On Oct 21, 2023 |
This project sucks ಠωಠ |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by airsaylongcome: 1:01am On Oct 22, 2023 |
LikeAking: 1 Like |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by airsaylongcome: 1:03am On Oct 22, 2023 |
BlackhatMentor: Man said "Programmers are very observant people.." but didn't "observe" this salient point 1 Like |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by CodeTemplar: 1:58pm On Oct 22, 2023 |
airsaylongcome:Only you, how many...? @topic, that was when you started and not now abi? Most people just compile textbooks and never had ideas implemented or assignments solved. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by airsaylongcome: 2:01pm On Oct 22, 2023 |
CodeTemplar: I don't program. Not professionally at least. I can piece code together for a specific task. I'm not a programmer and have repeatedly said it here on NL |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by SALVATION30(m): 5:41pm On Oct 22, 2023 |
Clean UI |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by gabson9(m): 6:05pm On Oct 22, 2023 |
LikeAking: Please is it machine related or how does it works? i want learn programming. please inbox me your digit |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 7:19pm On Oct 22, 2023 |
gabson9: It’s JS. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by Tobedated(m): 9:31pm On Oct 22, 2023 |
DyingFetus: Wanna see something kinda cool Check this out https://incrediboxy.netlify.app Built using HTML, CSS and JavaScript/Typescript for simplicity Let me know what you think. Maybe it also suck or not |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 10:13pm On Oct 22, 2023 |
Tobedated: Ignore that idiot. He will feel you need is validation.. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by BlackhatMentor: 10:26pm On Oct 22, 2023 |
Tobedated: Not very responsive. Nothing works |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by qtguru(m): 4:55pm On Oct 23, 2023 |
BlackhatMentor: Not to take sides, but Blackmentor has a point, a WhatsApp Chrome extension actually makes sense, and I have seen tons of gigs like this on Upworks, @LikeAKing it's really beginner level, the idea he gave is more practical. Like I said no offense, Tech is becoming harder so we have to push each other's skills. 1 Like |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 5:38pm On Oct 23, 2023 |
qtguru: This is an old project.. Years ago when I was learning coding… Very old, I have passed this level.. I don’t do chrome stuffs.. I have no passion for it.. I build real world apps. The idea he gave is not until, even a baby can give such an idea.. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by qtguru(m): 6:24pm On Oct 23, 2023 |
LikeAking: Ok |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by 360who: 6:24pm On Oct 23, 2023 |
LikeAking: let currentDate = new Date(); let currentYear = currentDate.getFullYear(); const askUser = function() { let userResponse = prompt( "Enter your year of birth" ) let ansWer = currentYear - userResponse; return ansWer; /* 'console.log(ansWer)' could also work if you wanna log your response to the console to test */ } .......... Just call the function "askUser()" and return the answer to wherever you want it to appear on your html page |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by Tobedated(m): 6:30pm On Oct 23, 2023 |
BlackhatMentor:Shiii did you had fast internet connection tho Because it work well for other people that tested it out Maybe I broke it with my latest commit tho |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by Unbiased1: 7:32pm On Oct 23, 2023 |
LikeAking: Where are your new projects? How is that thing even supposed to be a beginner project To even think that you went through the hustle of hosting this thing on netlify says alot. People are building calculators, todo list apps and websites with scroll animations as beginner projects and you dare present this as a beginner project 1 Like |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 8:10pm On Oct 23, 2023 |
Unbiased1: Newbie be calm.. Show me one of your projects… If you have sense you will know that app does lots of calculations too… Be calm.. Show me ya beginners projects let’s compare.. From someone still learning JS be calm.. You don’t know d diff between var and let, n u Dey run mouth.. I can’t build what will not solve a real life problem.. It solves a problem…. All the above mentioned projects u mentioned, may only one solves a problem.. Type ur DOB n employment year to get info when u will be due for retirement.. You don’t have to waste ya time calculating anything.. Abeg show me ur own beginner project, or shut up.. 1 Like |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by Unbiased1: 8:19pm On Oct 23, 2023 |
LikeAking: Lol. Which lots of calculations does your app do? How many logic actions does even carryout? You dey deceive yourself and it's not good for you. Build better tasking beginner projects and stop playing with only JavaScript's date method. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 8:21pm On Oct 23, 2023 |
Unbiased1: Oga u are a newbie.. Go learn JS.. Post ya project or shut up…. I built this project when I started JS.. I didn’t ask anybody stupid questions about var and let.. Go rest.. Stop chasing my clout. Post ya own project.. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 8:23pm On Oct 23, 2023 |
Unbiased1: The calculator you mentioned is a basic work compared to what I have built… What’s the bid deal about calf? When u enter u go understand.. Cool down and learn.. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by Unbiased1: 8:48pm On Oct 23, 2023 |
LikeAking: I don hear. I prefer a scientific calculator beginner project to this your retirement calculator. You even get mind host am. If I slap you eh. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by LikeAking: 8:54pm On Oct 23, 2023 |
Unbiased1: when u know the diff between var and let, we fit talk.. Na from clap dem dey enter dance... Go eep the Op solve that him problem... 1 Like |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by online4business: 12:41pm On Oct 27, 2023 |
All I see na money but programmer are not marketers sha |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by Babangidapikin: 9:33am On Oct 28, 2023 |
qtguru:Write to Upwork seeking reinstatement of your account. |
Re: My second coding Project : When I started coding - Retirement Age/Year Calc by qtguru(m): 11:24am On Oct 28, 2023 |
Babangidapikin: Appreciate, I've responded to their request, I think it was based on a previous issue. 1 Like |
I Need 2 Know If My Php Mail Is Working. / Please Explain This Script To Me Php OOP / Criticized This My New Tech App- More Like Linkedin
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2025 Oluwaseun Osewa. All rights reserved. See How To Advertise. 62 |