Free Clip is a web application designed to capture screenshots of websites. Built with Next.js and Tailwind CSS, it provides a user-friendly interface for users to input URLs and receive screenshots of the corresponding web pages.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/ehmasuk/screen-cap.git
Navigate to the project directory:
cd screen-cap
Install dependencies:
Using npm:
npm install
Or using yarn:
yarn install
To start the development server:
Using npm:
npm run dev
Or using yarn:
yarn dev
Open http://localhost:3000 in your browser to view the application.
To build the application for production:
Using npm:
npm run build
Or using yarn:
yarn build
This will generate an optimized build in the .next
directory.
After building the application, you can start the production server:
Using npm:
npm start
Or using yarn:
yarn start
app/
: Contains the main application components and pages.components/
: Reusable UI components.helpers/
: Utility functions and helpers.hooks/
: Custom React hooks.lib/
: External libraries and configurations.Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.