Skip to content

tcitrogg/--challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👾 Challenges

Developing different projects from beginners to Yonko :D

  1. Clone this repo
  2. Rename the lang/ dir to the name of the language you are going to be coding in
  3. And start
  4. When you complete a project, tick the box in the list below
    • 000. Heyo Buddy
  5. And push

[!] Check the /Manual-Web.md || /Manual-Cli.md for more info on a project

⛵ Streams

  • Command line app
  • Web app

⚓ Logue Town

  1. 001. Hello World - Print Hello World we no dey do Hello World.
  2. 002. Fibonacci sequence - Implement a function that generates the Fibonacci sequence up to a given number, and print the sequence to the console.
  3. 003. User input - Create a program that prompts the user for their name and then prints a personalized greeting.
  4. 004. FizzBuzz - Implement the classic FizzBuzz program. Print numbers from 1 to 100, but for multiples of 3, print Fizz, for multiples of 5, print Buzz and for numbers divisible by both 3 and 5, print FizzBuzz.

Gear 1

Cli

  1. 101. Guessing game - A game that generates a random number and asks the user to guess it.
  2. 102. To-do list - An application that allows the user to add, edit, and remove tasks from a list.
  3. 103. Dice rolling simulator - Develop a console-based application that simulates rolling dice.
  4. 104. Quiz game - Build a console-based quiz game that prompts the user to answer questions.
  5. 105. Password generator - Create an application that generates strong passwords based on user input.
  6. 106. Hangman game - Build a console-based game that prompts the user to guess a word.
  7. 107. Rock, Paper, Scissors game - Build a simple game where the user plays against the computer.
  8. 108. BMI calculator - Develop an application that calculates a user's body mass index based on their height and weight.
  9. 109. Weather app - Develop an application that displays the current weather conditions for a user's location.
  10. 110. Simple chatbot - Create a basic chatbot that can respond to a user's questions.
  11. 111. Pomodoro timer - Develop an application that uses the Pomodoro technique for time management.

Web

  1. 201. Simple website - Create a website with HTML, CSS, and JavaScript that includes multiple pages, images, and links.
  2. 202. Personal portfolio website - Create a website showcasing your skills and projects.
  3. 203. Online resume builder - A web application that allows users to create and download professional resumes.
  4. 204. Todo list with a database - Create a web application with a database to manage tasks.
  5. 205. Personal blog - Create a blog with a simple content management system using a backend language like PHP.
  6. 206. Image gallery - Build a simple web page that displays a collection of images and allows the user to view them in a slideshow.
  7. 207. URL shortener - Create a web application that shortens long URLs to make them easier to share.
  8. 208. Currency converter - Build an application that converts between different currencies.
  9. 209. Calculator - A simple calculator that can add, subtract, multiply, and divide numbers.
  10. 210. Tip calculator - Develop an application that calculates the total cost of a meal, including tip.

About

through the Grandline we go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors