DEV Community

Discussion on: Looking for back-end project ideas for beginners

Collapse
 
georgeoffley profile image
George Offley

Pick a free API and make a website that utilizes the requests to put information on the screen. Example would be a project I worked on to try and get my skills up in PHP was that I picked a Congress API and created a page where you enter your address and I calculated longitude and latitude and used that to search for the representatives assigned to that district.

These days I would use a framework for it. Like for Python Flask or Django.