Welcome to add-some-text, a web application that allows users to enhance their photos by adding customizable text. With a variety of options to choose from, including text color, stroke thickness, font, and text size, users can personalize their images to create memes or something else.
- Next.js - A React framework for building JavaScript applications.
- Usual UI - My own simple component library :3 you can find it in my profile.
- twallpaper - A tool for creating gradient wallpaper.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- Headless UI - A set of completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
- Fabric.js - A powerful and flexible open-source JavaScript HTML5 canvas library for working with rich media.
- React Colorful - A tiny yet powerful color picker component for React.
- PostCSS - A tool for transforming CSS with JavaScript.
- Clone the repository:
git clone https://github.com/mi1sh/add-some-text.git
- Navigate to the project directory:
cd add-some-text
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
to view the application.
This project is licensed under the MIT License. See the LICENSE file for details.