Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jamal-saadeddin/counter-app
- Owner: Jamal-SaadEddin
- Created: 2023-01-11T12:40:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T09:45:06.000Z (about 1 year ago)
- Last Synced: 2023-11-19T10:29:10.496Z (about 1 year ago)
- Topics: conditional-rendering, handling-events, react, react-components, react-props
- Language: JavaScript
- Homepage: https://counter-application-react.netlify.app/
- Size: 967 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🚀