- Next.js - The React Framework for the Web.
- Typescript - JavaScript with syntax for types.
- Tailwindcss - A utility-first CSS framework for rapidly building custom designs.
- tailwindcss-animated - Extended animation utilities for Tailwind CSS.
- fontsource - Self-host Open Source fonts in neatly bundled NPM packages.
Access the live application here: URL Cruncher
- Fork or clone this repository.
git clone git@github.com:marcnb21/url-cruncher.git- Install the dependencies:
# Install dependencies:
npm install- Run the development server:
# Run dev server:
npm run dev- Open http://localhost:3000 with your browser to see the result 🚀
Contributions are welcome. Please read CONTRIBUTING.md for more information on how to contribute to the project.
| Command | Action | |
|---|---|---|
| ⚙️ | dev |
Starts local dev server at localhost:3000. |
| ⚙️ | build |
Build your production site to ./dist/. |
| ⚙️ | start |
Start production site after build. |
| ⚙️ | lint |
Run ESLint to catch errors |
This project is licensed under the MIT License - see the LICENSE file for details.
