Create an app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Create an app

Is it possible to create a website, mobile app or software alone?

9th Nov 2019, 7:38 PM
🇵🇭Densin6ix🇨🇦
🇵🇭Densin6ix🇨🇦 - avatar
16 Answers
+ 10
Check this one it will help to understand app and web development. https://code.sololearn.com/Wc0mkR5TeMKV/?ref=app
9th Nov 2019, 7:47 PM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar
+ 5
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.
9th Nov 2019, 7:56 PM
A͢J
A͢J - avatar
+ 5
From 1 hour to lots of years, depends on how big the application is, and how fast and resoursful you are.
9th Nov 2019, 7:56 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 5
<!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
11th Nov 2019, 6:55 PM
Mahfuj Hasan
Mahfuj Hasan - avatar
+ 3
Of course, why not ?
9th Nov 2019, 7:39 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 3
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.
10th Nov 2019, 2:07 AM
Calviղ
Calviղ - avatar
+ 3
Nathing is impossible.
11th Nov 2019, 9:40 AM
Yogesh Sambharam
Yogesh Sambharam - avatar
9th Nov 2019, 8:11 PM
A͢J
A͢J - avatar
+ 2
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.
10th Nov 2019, 6:51 PM
Hasibul Hasan Shanto
Hasibul Hasan Shanto - avatar
+ 2
It will take your time and patience a little bit :)
11th Nov 2019, 11:49 AM
spyrax10
spyrax10 - avatar
+ 2
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
11th Nov 2019, 5:14 PM
Eduardo Cavalcante
Eduardo Cavalcante - avatar
+ 2
Your kind of mindset determines how hard or easy you see it
16th Nov 2019, 3:20 PM
Wunder
Wunder - avatar
+ 1
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.
11th Nov 2019, 3:33 PM
Vlad V
Vlad V - avatar
0
You think how long will it take?
9th Nov 2019, 7:49 PM
🇵🇭Densin6ix🇨🇦
🇵🇭Densin6ix🇨🇦 - avatar
0
Do you need to be a full stack developer?
9th Nov 2019, 8:06 PM
🇵🇭Densin6ix🇨🇦
🇵🇭Densin6ix🇨🇦 - avatar