A vibrant and interactive platform for organizing and participating in toy drives.
This project utilizes the power of React for UI components, styled with the utility-first CSS framework Tailwind CSS, and animated using Framer Motion for smooth transitions and animations. Code formatting is maintained with Prettier to ensure consistent styling.
Clone the repository and install the dependencies:
git clone https://github.com/IanSkelskey/toy.drive.git
cd toy.drive
npm install
To run the project locally:
npm start
To ensure consistent code styling, this project uses Prettier. You can format your code by running:
npm run prettier-write
To check if your files are formatted according to the project's Prettier configuration, run:
npm run prettier-check