Giter Site home page Giter Site logo

lets-build's Issues

Alphabet Rangoli

Take an input integer n. Your task is to print an alphabet rangoli of size. (Rangoli is a form of Indian folk art based on the creation of patterns.)

Test case 1:
n = 3

image

Test case 2:
n = 5

image

Create a 2048 web game

2048 is an easy and fun puzzle game. Even if you don't love numbers you will love this game. It is played on a 4x4 grid using the arrows or W, A, S, D keys alternatively. Every time you press a key - all tiles slide. Tiles with the same value that bump into one-another are merged. Although there might be an optimal strategy to play, there is always some level of chance. If you beat the game and would like to master it, try to finish with a smaller score. That would mean that you finished with fewer moves.

image

Tic-Tac-Toe

Make a Tic Tac Toe Web Application.
U can use any technology
image

Simple calculator

Build a simple calculator with the Operations

Addition
Subtraction
Multiplication
Division
modulus

image

News Website

create a news website which shud consist of:
An article
image
marquee tag with the headline of the news
image

Online Food Delivery ( CLI / java)

There will be Three main actors or users of the application

User/Customer
Admin/Manager
Restaurant Owner
Admin can handle all customers and restaurant owners.
Admin can ADD/EDIT/DELETE/UPDATE restaurant records.
Admin can ADD/EDIT/DELETE/UPDATE User records.
Users can view the food list and order food.

Time Conversion

Given a time in -hour AM/PM format, convert it to military (24-hour) time.

Note: - 12:00:00AM on a 12-hour clock is 00:00:00 on a 24-hour clock.

  • 12:00:00PM on a 12-hour clock is 12:00:00 on a 24-hour clock.

Example
Return '12:01:00'.
Return '00:01:00'.
Function Description
Complete the timeConversion function in the editor below. It should return a new string representing the input time in 24 hour format.

timeConversion has the following parameter(s):

string s: a time in hour format
Returns

string: the time in hour format
Input Format

A single string that represents a time in -hour clock format .

Constraints

All input times are valid
Sample Input 0
07:05:45PM

Sample Output 0
19:05:45

Fitness-Website

create a Fitness Landing page
Try to do similar like the below
image

Maze Runner

Create a maze game
U can use any technology but create something similar to this.

image

BMI Calculator.

Create a Body Mass Index calculator
U can use any technology (try to create a web application)
Body mass index is a value derived from the mass and height of a person. The BMI is defined as the body mass divided by the square of the body height and is universally expressed in units of kg/m², resulting from mass in kilograms and height in meters.
image

Object Detection

One of the fundamental computer vision problems, object detection provides valuable information for semantic understanding of images and videos, and has many applications in image classification, human behaviour analysis, among others.

Dataset Available:

COCO: COCO is large-scale object detection, segmentation, and captioning dataset. Get the data here.
https://cocodataset.org/#home

Feature AI Attendance System

Would Like to add a AI attendance System

  • OpenCV based face recognition attendance recorder
  • Using OpenCV will train on faces and once people are in front of the camera will recognise them and add there name and time of entry to the .csv as a attendance record.

Note: I would like to contribute this project for the hacktober fest 2021.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.