Skip to content

A simple implementation of the game: Never Have I Ever, using React, Vite and JavaScript.

License

Notifications You must be signed in to change notification settings

arindal1/nhie-WebJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Never Have I Ever

"Never Have I Ever" is a fun and interactive game built with React and Vite. It presents users with various categories of statements and allows them to select a category to reveal a random statement from that category. Players can enjoy the game with friends or on their own, discovering amusing and surprising facts about themselves and others.

Features

  • Choose from different categories such as Popular, Teens, Party, Couple, and Normal.
  • View a random statement from the selected category.
  • Easily navigate between categories and statements.
  • Sleek and responsive user interface.
  • Social media integration for sharing the game experience.

Installation

  1. Clone the repository:
    git clone https://github.com/arindal1/nhie-WebJSr.git
  2. Navigate to the project directory:
    cd nhie-WebJS
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm run dev
  2. Open your browser and go to http://localhost:3000 to play the game.

How to Play

  1. Upon launching the game, you'll be presented with different categories of statements.
  2. Click on a category to reveal a random statement from that category.
  3. Enjoy the statement and have fun sharing your experiences with friends!

image

Project Structure

never-have-i-ever
├── public
│   ├── favicon.ico
│   └── res
├── res
│    ├── icon.png
│       ├── x.jpg
│       ├── git.jpg
│       └── in.jpg
├── src
│   ├── assets
│   │   └── styles.css
│   ├── components
│   │   ├── CategoryScreen.jsx
│   │   ├── StatementScreen.jsx
│   │   └── Footer.jsx
│   ├── App.jsx
│   ├── main.jsx
│   ├── styles.css
│   ├── script.js
│   └── nhie.json
├── index.html
├── README.md
├── .gitignore
├── LICENSE
├── package-lock.json
├── package.json
└── vite.config.js

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

Keep Coding 🚀

Releases

No releases published

Packages

No packages published