Developing different projects from beginners to Yonko :D
- Clone this repo
- Rename the lang/ dir to the name of the language you are going to be coding in
- And start
- When you complete a project, tick the box in the list below
- 000. Heyo Buddy
- And push
[!] Check the /Manual-Web.md || /Manual-Cli.md for more info on a project
- Command line app
- Web app
- 001. Hello World - Print
Hello Worldwe no dey do Hello World. - 002. Fibonacci sequence - Implement a function that generates the Fibonacci sequence up to a given number, and print the sequence to the console.
- 003. User input - Create a program that prompts the user for their name and then prints a personalized greeting.
- 004. FizzBuzz - Implement the classic FizzBuzz program. Print numbers from 1 to 100, but for multiples of 3, print
Fizz, for multiples of 5, printBuzzand for numbers divisible by both 3 and 5, printFizzBuzz.
- 101. Guessing game - A game that generates a random number and asks the user to guess it.
- 102. To-do list - An application that allows the user to add, edit, and remove tasks from a list.
- 103. Dice rolling simulator - Develop a console-based application that simulates rolling dice.
- 104. Quiz game - Build a console-based quiz game that prompts the user to answer questions.
- 105. Password generator - Create an application that generates strong passwords based on user input.
- 106. Hangman game - Build a console-based game that prompts the user to guess a word.
- 107. Rock, Paper, Scissors game - Build a simple game where the user plays against the computer.
- 108. BMI calculator - Develop an application that calculates a user's body mass index based on their height and weight.
- 109. Weather app - Develop an application that displays the current weather conditions for a user's location.
- 110. Simple chatbot - Create a basic chatbot that can respond to a user's questions.
- 111. Pomodoro timer - Develop an application that uses the Pomodoro technique for time management.
- 201. Simple website - Create a website with HTML, CSS, and JavaScript that includes multiple pages, images, and links.
- 202. Personal portfolio website - Create a website showcasing your skills and projects.
- 203. Online resume builder - A web application that allows users to create and download professional resumes.
- 204. Todo list with a database - Create a web application with a database to manage tasks.
- 205. Personal blog - Create a blog with a simple content management system using a backend language like PHP.
- 206. Image gallery - Build a simple web page that displays a collection of images and allows the user to view them in a slideshow.
- 207. URL shortener - Create a web application that shortens long URLs to make them easier to share.
- 208. Currency converter - Build an application that converts between different currencies.
- 209. Calculator - A simple calculator that can add, subtract, multiply, and divide numbers.
- 210. Tip calculator - Develop an application that calculates the total cost of a meal, including tip.