A simple React application featuring a collection of Mini App Ideas. Each Mini-Apps has its own page, and the navigation menu allows users to switch between them.
- Counter Mini-App: A basic interactive counter that increments or decrements based on user interaction.
- Tic Tac Toe Mini-App: Classic tic-tac-toe game with a responsive grid layout.
- Guessing Game Mini-App: A number guessing game where the user tries to guess a random number.
-
Clone the repository:
git clone https://github.com/vsbuidev/reactCounter.git
-
Change to the project directory:
cd reactCounter
-
Install dependencies:
npm install
-
Run the development server:
npm start
-
Open your browser and navigate to http://localhost:3000 to view the application.
The project follows a simple folder structure:
- src: Contains the source code for the React application.
- Components: React components for each Mini-Apps(game).
- App.js: Main component where routes and navigation are defined.
- index.js: Entry point for the React application.
- React: A JavaScript library for building user interfaces.
- React Router: Declarative routing for React.js.
This project is licensed under the MIT License - see the LICENSE file for details.