Git Product home page Git Product logo

funfusion's Introduction

Hi ๐Ÿ‘‹, I'm Priyanshi Jain

A Full Stack Developer based in India

I am passionate about Designing web apps and have been working in MERN stack for 2 years now

Coding

priyanshi662

priyanshi527

  • ๐ŸŒฑ Iโ€™m currently practicing React and problem solving

  • ๐Ÿ‘จโ€๐Ÿ’ป Some of my notable projects include

  • ๐ŸŽ€ For problem solving my preferred languages are - C++ and JAVA

  • ๐Ÿ’ฌ Ask me about MERN,C++,JAVA

  • โšก Fun fact I am obsessed with Reading novels!

Let's connect!

priyanshi527 https://www.linkedin.com/in/priyanshi-jain-a26077201/ priyanshi_4451 harmlesspotato/profile

Priyanshi's GitHub stats

Languages and Tools:

aws bootstrap c cplusplus css3 git html5 java javascript linux mysql nodejs postgresql postman react

Priyanshi's github activity graph

funfusion's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

funfusion's Issues

[FEAT] Adopt New File Structure

Issue Title:

Proposal: Adopt New File Structure

Description:

I propose the adoption of a new file structure for the FunFusion project. The current structure lacks clear organization, and I believe the proposed structure below will enhance the project's maintainability and scalability.

Proposed File Structure:

FunFusion
|-- Asset
|   |-- images
|   |-- games
|   |   |-- Canvas
|   |   |   |-- index.html
|   |   |   |-- style.css
|   |   |   |-- script.js
|   |   |-- Text to speech
|   |       |-- index.html
|   |       |-- style.css
|   |       |-- script.js
|   |-- css
|   |   |-- style.css
|   |-- script
|   |   |-- script.js
|-- index.html
|-- README.md

###Current file structure

FunFusion
|-- Canvas
|   |-- index.html
|   |-- style.css
|   |-- script.js
|-- Text-to-Speech
|   |-- index.html
|   |-- style.css
|   |-- script.js
|-- index.html
|-- style.css
|-- README.md

Advantages:

  • Improved organization for assets.
  • Better scalability for future growth.
  • Easier maintenance with localized changes.

Additional Information:

The proposed structure separates assets into logical subdirectories, making it more intuitive for developers to navigate the project.

Feel free to customize this template based on the specific details and conventions of your project.

Add a Dice Game

It's a two-player game, each player rolls dice alternatingly, there will be a targeted score and whoever reaches it first wins the game.

Tech Stack: HTML, CSS, JavaScript.

[Add] A Sudoku Game

Addition of very popular Sudoku game, consisting of 9x9 grid.
Each box, row, and column will contain the numbers 1 to 9 without repetition.
Would love to work on this game and contribute to the project! Hoping you'd assign me this issue : )

make a central website

The central website should contain cards with links to the games.
Each card must have a picture of game/site it is redirecting to, with a little description .
other possible extension in the issue can be -
make separate space for AI and page for the AI tools.

UI enhancement : Tic Tac Toe

I believe that the tic tac toe page could use ui enhancement regarding the colours and centering. Please assign me this issue under JWoC '24

Characters Guessing Game

I want add a Characters guessing game where player will get few hints one by one and have to guess the character based on hints. And player will get point accordingly.

Please assign this to me under JWOC 2024.

Add Quiz Game

Hi, I'd like to add a quiz game, please assign it to me under JWOC'24

tic-tac-toe button and score

I want to add new match button to the tic-tac-toe game and would like to add the feature so it keeps track of the total number of wins , losses and ties .
Please assign me this issue under JWOC 2024.

Add memory card game

I want to work on this issue under JWOC.
Would add a new feature of memory card game which is user friendly and interactive.

Add a new feature or application

Add new features/ application to the project :
Steps -

  1. make a folder for relevant js,CSS and HTML file
  2. make changes to the index.html file :
  3. Make a div with class="card" inside the body inside the div block :
    a. Add the image of the page added
    b. Add the name of the application in a h2 tag
    c. Add button for navigation

[IMPROVEMENT] Adding a Search Bar for games on Home Page

This improvement would consist of the following :

-> A responsive search bar on the home page to help the user search for a particular game (because you'd be witnessing a huge number of games in this project soon!)
-> Smooth search results with CSS Animations

Would love to work on this UI enhancement!
hoping you'd assign me this issue : )

Add Wordle Game

Hey @Priyanshi662 I would Like to contribute the Wordle Game in your awesome repository. Please assign it to me under JWOC. thank you.

Allignment is not proper.

like Archery game is not properly under appropriate dimensions box, and other games are also not alligned properly.

Feature: Add Password Generator

I would like to add password generator to ur repo...
Its ans example and could be changed some styling as per your feedback
image

Add Simon Game

I want to a Simon game using HTML, CSS, and JavaScript. The Simon game is a memory game where players have to remember and repeat a sequence of colors.

Please assign me under JWOC 2024

[ADD] Want to add a Stone-Paper-Scissor game

Stone-Paper-Scissor game card and it leads to a simple user vs computer stone paper scissor with logics of win lose and draw,
using html css and mostly js.

it will be having 3 icons representing different hand gesture for rock paper and scissors for user/player to click and play it,
and computer will randomly generate any such of three. On the two responses the score would be decided

please assign me this task under JWOC24

Add Weather Forecast

This is a user-friendly productivity app made with HTML, CSS, JavaScript, and a Weather API. There are....

1.โœ… To-Do List

2.โฐ Alarm Features

3.๐ŸŒฆ๏ธ Weather Updates

Follwo

  • the alignment is not
    image
    properly done
  • its repeating the steps

[UI enhancement]:UI enhancement in My Canvas

This enhancement request focuses on elevating the user interface of the my canvas webpage by replacing text labels with drum-related icons like pen with actual pen picture.The objective is to enhance the visual appeal and user experience for users interacting with the canvas.

please assign me this under JWOC'24

UI improvement of TicTacToe page.

I have already worked upon this type of project.
I have good ideas about the UI of TicTacToe page
Please assign me this issue under JWoC'24

UI Enhancement: Center Pokemon Generation Content on Webpage

The current state of the Pokemon generator webpage does not present an optimal user experience as the generated content is not centered on the page. This enhancement request focuses on improving the layout by centering the Pokemon generation content, ensuring a more visually appealing and user-friendly design.

Assign me this under JWOC'24

FEAT: Add Hangman game

In this game, the player has to guess all the letters of a randomly generated word within a certain number of attempts. For every incorrect guess, a new part of the hangman illustration appears on the gallows. It can be a fun and challenging game to play!

Riddles

We can add a games of riddles

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.