https://github.com/pranavjarande/solitaire
A classic solitaire card game
https://github.com/pranavjarande/solitaire
css html javascript reactjs redux-toolkit router-dom
Last synced: 10 months ago
JSON representation
A classic solitaire card game
- Host: GitHub
- URL: https://github.com/pranavjarande/solitaire
- Owner: PRANAVJARANDE
- Created: 2024-07-14T07:48:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T18:29:20.000Z (over 1 year ago)
- Last Synced: 2025-02-06T21:37:56.763Z (11 months ago)
- Topics: css, html, javascript, reactjs, redux-toolkit, router-dom
- Language: JavaScript
- Homepage: https://solitairebypj.netlify.app/
- Size: 5.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solitaire Game
## Description
This project is a digital adaptation of the classic solitaire card game built using modern web technologies. It features a responsive and interactive user interface, leveraging HTML, CSS for styling, JavaScript for interactivity, React JS for component-based UI development, Redux for efficient state management, and React Router for navigation.
## Features
- **Responsive Design**: Optimized for various screen sizes and devices.
- **Redux State Management**: Centralized state management for maintaining game state and logic.
- **Scoreboard**: Tracks and displays the player's score and time.
- **Persistence**: Uses local storage to save the scores, allowing players to continue games later.
## Preview Link
https://solitairebypj.netlify.app/
## Screenshots
### Game Mode

### Victory

### RULES

### Responsive Design
#### Mobile View

#### Tablet View

## Technologies Used
- **React JS**: Component-based UI development.
- **Redux**: Predictable state container for managing application state.
- **React Router**: Declarative routing for navigating between game screens.
- **HTML/CSS**: Structure and styling of the game interface.
- **JavaScript**: Logic implementation for game rules and interactivity.
## Thank You
By -: PRANAV JARANDE