As part of my learning journey to master HTML, Tailwind CSS, JavaScript, and React, I have developed several small projects. These projects cover a range of topics, including pure JavaScript functionality and specific applications focusing on integrating React with Tailwind CSS.
To get started with any of the projects:
- Clone the repository:
git clone https://github.com/anokris04/Small-Projects.git
- Navigate to the project directory:
cd Small-Projects
- Install dependencies:
npm install
- Run the development server:
npm start