Skip to content

Platform to upload you project ideas or get project ideas 🟩

License

Notifications You must be signed in to change notification settings

JannesT3011/CodingIdeas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingIdeas 🟩

Platform to upload you project ideas or get project ideas

(https://www.codingideas.org/) Currently not available

Feel free to add you CodingIdeas!

How to use CodingIdeas:

If a great idea for coding comes to your mind, visit codingideas.org, click on new and add it - its simple.

You can also use codingideas.org if you want to get inspiration: Browse ideas or just click on random to get one randomly.

Run:

  1. Install all requirements
$ pip3 install -r requirements.txt
  1. Create the DB:
$ python3
from app import db
db.create_all()
exit()
  1. Run
$ python3 app.py

TODO:

  • Dark mode
  • category search
  • category random idea
  • help button
  • account
  • account: Mark idea as done > get point for each completed task
  • account: score system
  • account: Like idea / mark as fav
  • Auto mail after created idea
  • add creator to idea page
  • list top ideas and top creator
  • report idea (+duplicate ideas)
  • fix responsive
  • blog
  • check if text ad or different
  • redesign webpage
  • rate idea
  • more staring ideas
  • for beginner ideas (short coding ideas): add code & reveal after clicking done
  • discussion