Create an app
11/9/2019 7:38:13 PM
🇵🇭Densin6ix🇨🇦
18 Answers
New AnswerCheck this one it will help to understand app and web development. https://code.sololearn.com/Wc0mkR5TeMKV/?ref=app
Time depends on your requirements and how much time you are giving. To analize time devide your website, app or software into small pieces. Then decide time of each part. Finally you will get your Actual working hours.
From 1 hour to lots of years, depends on how big the application is, and how fast and resoursful you are.
<!DOCTYPE html> <html> <head> <style> /* The switch - the box around the slider */ .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .switch input {display:none;} .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } </style> </head> <body> <h2>Toggle Switch</h2> <!-- Rectangular switch --> <label class="switch"> <input type="checkbox"> <div class="slider"></div> </labe
https://code.sololearn.com/Wg6U529JpCPf/?ref=app https://code.sololearn.com/WbX8asymItdc/?ref=app https://code.sololearn.com/Wi11IvuIkqdw/?ref=app https://code.sololearn.com/WK3E7OHtU3X7/?ref=app https://code.sololearn.com/WaNaW2o6tQw4/?ref=app https://code.sololearn.com/W18AJbBoRtkr/?ref=app https://code.sololearn.com/WVTB8QEsJ41U/?ref=app https://code.sololearn.com/WlGjf7v89BeW/?ref=app https://code.sololearn.com/W5Of8safsGpc/?ref=app https://code.sololearn.com/Wl8r37m7NiUf/?ref=app https://code.sololearn.com/W3151eQOuY5L/?ref=app https://code.sololearn.com/WkAjx7TCDWAP/?ref=app
Learn react.js, the same code base of react can be used to build website, mobile app and software with libraries of Next.js, React Native or electron.js.
Densin6ix I am already full stack developer. Do you?😁 Check this. https://code.sololearn.com/W5vTxD5t5TKh/?ref=app https://code.sololearn.com/WJoyx2M8nO0o/?ref=app
Its possible. But it depends of project how long time it will take. But in general to build something fast and efficient we need team.
Oh, yeah. I create many apps alone. But it depends on whether you have a good time, and if you have the necessary skills. Otherwise, you need to seek help, both on YouTube or Google and with other people who know what you need
Yes, it depends only on how much time you want to give. If it is a serious project(except website development) it will become a full-time job for half year to some years. If it is like a hobby, I think it can't be a very big project.