Template is a template built with react + vite + vitest
- A feature
- Another feature
- React: For building the user interface.
- Vite: For fast development and build processes.
- React Hooks: For state and effect management.
- API Ninja Emoji: For fetching emojis dynamically.
- Fisher-Yates Shuffle: For shuffling card data.
- React Spinners: For loading animations.
- ESLint: For code linting.
- Prettier: For consistent code formatting.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/TonyFred-code/template.git
-
Navigate to the project directory:
cd template
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build the project for production:
npm run build
-
Preview the production build:
npm run preview
You can view the deployed application live on Vercel: Template on Vercel
This project was developed as part of a course project to implement React concepts. Special thanks to the following resources:
- The Odin Project: For the curriculum that guided the development of this project.
- Material Design Icons: For the icon library used in the application. Icons can be found at Material Design Icons.
- Vercel: For hosting the application.
This project is licensed under the MIT License. See the LICENSE file for more details. Let me know if you'd like further modifications! 🚀