DEV Community

Mince
Mince

Posted on

10 PROJECT IDEAS FROM BEGINNERS TO HACKERS

Today I prepared 10 project ideas ranging from beginner level to God level. You are a god programmer if you complete all these. let's start small.

BEGINNERS

1.TODO

The one and only item that's in every single project list is a todo app. So, here I am with the same thing again 😕. So create a basic input and button and a list. Input for entering the todo name and a button to add it to the list. No need for

  • Database
  • Checkbox
  • Tabs &
  • Ai (😨 yeah, cuz)

BASIC HOMEPAGE

Make a simple single paged homepage for some fictional company. It should have a navbar and some basic information about the company

API

This project will help you learn more about APIs. Pick some API like a quote generating API and build an app on top of it. For example: a random quote generating app.

MID

CART

List a bunch of products like in an e commerce website. Every product should have an add button that would add that certain product to the cart. We should be able to see the cart and our check out money.

ADVANCED TODO APP

Now make a todo app that has all the features we told you not include in the previous todo app. You don't need AI bro cuz who makes a todo app powered app. Make sure to include notification system and a time manager

PASSWORD MANAGER

So, this is a project that you can use yourself. A password manager that helps you store your passwords and if possible make a system that would notify you that you stored the password for this website in the app.

GOD LEVEL

MULTI THREAD AI POWERED MESSAGING PLATFORM

So make an app that allows you to send messages to different people and the messages can be deleted and edited. The messages should have time stamps. We should be allowed to send audios, videos and images. It should have AI helping us to send profesional messages and generate images that are to be sent. Everything should be on a database

AI FROM SCRATH

Just make an AI without using any API. 😏

Thanks for reading

Comment how many projects you completed

Top comments (0)