Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasalvaresa/street-fighter2-selection
Street Fighter 2 character selection screen recreated with ReactJS
https://github.com/lucasalvaresa/street-fighter2-selection
character-select-screen reactjs street-fighter-2 styled-components typescript
Last synced: 17 days ago
JSON representation
Street Fighter 2 character selection screen recreated with ReactJS
- Host: GitHub
- URL: https://github.com/lucasalvaresa/street-fighter2-selection
- Owner: LucasAlvaresA
- Created: 2024-09-13T04:48:55.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T23:58:03.000Z (2 months ago)
- Last Synced: 2024-10-10T17:22:00.645Z (about 1 month ago)
- Topics: character-select-screen, reactjs, street-fighter-2, styled-components, typescript
- Language: TypeScript
- Homepage: https://street-fighter2-selection.vercel.app
- Size: 841 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Street Fighter 2 - Select Screen
## Getting Started
- To get a local copy up and running follow these simple example steps.
### Installation
- Clone the repo
git clone [email protected]:LucasAlvaresA/street-fighter2-selection.git
- Install NPM packagesnpm install
- Run the project
npm run dev