This project is a personal collection of React components, I have created to enhance my React development skills. The collection will grow over time as I experiment with new ideas and techniques.
Node.js and npm installed on your machine.
- Clone the repository.
- Navigate to the project directory:
cd react-component-collection - Install dependencies:
npm install
- Start the development server:
npm start - Open http://localhost:3000 to view it in the browser.