beginner-js-projects icon indicating copy to clipboard operation
beginner-js-projects copied to clipboard

Beginner JavaScript Applications

Beginner Programming Ideas

Project Ideas for Beginning JavaScript Programmers with sample code provided in .js files

Simple Projects

Object-oriented Projects

  • [ ] Bank account
  • [ ] Checkers
  • [ ] Chess
  • [ ] Minesweeper
  • [ ] Tic-Tac-Toe

Basic CRUD Projects

  • [ ] Simple CRUD Database App (credit @taniarascia)
  • [ ] Ecommerce Store
  • [ ] Hangman Game
  • [ ] Mad Libs app
  • [ ] Meme Generator
  • [ ] Movie Review Apps
  • [ ] Music Library
  • [ ] Note Taking App
  • [ ] MVC Todo App (credit @taniarascia)
  • [ ] Twitter Clone
  • [ ] Trello Clone - see Indrek Lasn's example
  • [ ] User admin dashboard - see Indrek Lasn's example
  • [ ] Cryptocurrency tracker (native mobile app) - see Indrek Lasn's post
  • [ ] Hackernews clone - use HackerNews API
  • [ ] Sortable drag and drop list
  • [ ] Messenger clone (native app)

Projects Using Libraries