Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamal-saadeddin/counter-app

My first React project, learned at codewithmosh.com.
https://github.com/jamal-saadeddin/counter-app

conditional-rendering handling-events react react-components react-props

Last synced: about 1 month ago
JSON representation

My first React project, learned at codewithmosh.com.

Awesome Lists containing this project

README

        

# Counter App - My first React Project

This is my first try with React development, it was a special and powerfull way to learch React with [Mosh Hamedani](https://github.com/mosh-hamedani)

## Project Link

[Counter-App](https://counter-application-react.netlify.app/)

## Getting Started

1. **Clone the Repository:**
Clone this repository to your local machine using the following command:

```bash
git clone https://github.com/Jamal-SaadEddin/counter-app.git
```

2. **Install Dependencies:**
Navigate to the project directory and run the following command to install the required dependencies:

```bash
npm install
```

3. **Start the Web Server:**
Launch the web server by running the following command:

```bash
npm start
```

This will start the development server, and you can access the application at [http://localhost:3000](http://localhost:3000).

## Course Link

[Mastering React 16](https://codewithmosh.com/p/mastering-react)

## Acknowledgments
A sincere thank you to [Mosh Hamedani](https://github.com/mosh-hamedani) for a transformative and enriching learning experience.

Happy coding! 🚀