Generator App with React Demo
This is a generator app which allows users to generate random values such as colors, hex codes, and numbers using the values.js package.
To install the app, follow these steps:
- Clone the repository:
git clone https://github.com/AmalShalabi/Color-Generator-App.git
- Navigate to the project directory:
cd Color-Generator-App
- Install the dependencies:
npm install
To use the app, follow these steps:
- Start the development server:
npm start
- Open the app in a browser:
http://localhost:3000
- Click on the buttons to generate random values.
The app uses the following dependencies:
- React: a JavaScript library for building user interfaces.
- values.js: a package that provides an easy way to generate random values such as colors, hex codes, and numbers.
This app was built as part of a React course by John Smilga. The course covers the basics of React, including components, state, props, and JSX. It also includes advanced topics such as hooks and context.
This app is licensed under the MIT License. See the LICENSE file for more information.