DEV Community

Discussion on: Please don't make todo list /snake game /tic-tac-toe

Collapse
 
otumianempire profile image
Michael Otu

The Todo-List app can greatly teach you the whole concept about CRUD apps without getting too complicated, by not focusing on security and other software engineering concepts. It was a good start, I took the Todo app and gave it a backend using a SQLite DB after I learnt SQL. I took the backend code, learnt html and css, gave it a web interface with flask. Of course there was a new tool added and I had to learn a lot. I learnt JS and then about ajax, how to network the backend API to the front end. It was challenging but I did it. Now I had a separate backend restful-api. From the terminal to the browser, just the Todo app