Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 3.1 KB

README.md

File metadata and controls

93 lines (56 loc) · 3.1 KB

impulse.expert

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Dark Theme

Primary Background Color:

bg-gray-900 (#121212) - For primary background areas.

Text Colors:

text-white (#ffffff) - For primary text, offering maximum contrast.
text-gray-300 (#d1d5db) - For secondary or less important text.
text-gray-500 (#6b7280) - For muted text, like captions or tertiary information.

Accent Colors:

You can choose accent colors based on your brand or preference. Here's an example:

text-blue-500 (#3b82f6) - For links or important buttons.
text-green-500 (#10b981) - For success messages or icons.
text-red-500 (#ef4444) - For error messages or warnings.
text-yellow-500 (#f59e0b) - For cautionary messages or highlights.

Border Colors:

border-gray-700 (#374151) - For borders in components like cards or input fields.
border-gray-600 (#4b5563) - For lighter borders, offering a subtle contrast.

Component Backgrounds (Cards, Modals, etc.):

bg-gray-800 (#1f2937) - For card backgrounds or modals.
bg-gray-700 (#374151) - For slightly lighter component backgrounds.

Light Theme

Primary Background Color:

bg-blue-50 (#F0F9FF) - For primary background areas.

Text Colors:

text-gray-900 (#111827) - For primary text, offering strong contrast.
text-slate-600 (#475569) - For secondary or less important text.
text-gray-600 (#4B5563) - For muted text, like descriptions or tertiary information.

Accent Colors:

Choose based on your brand or preference, e.g., text-blue-500 (#3b82f6) for links or important buttons.

Border Colors:

border-x-gray-100 (#F3F4F6) and border-b-gray-300 (#D1D5DB) - For borders in components like cards, offering a subtle contrast.

Component Backgrounds (Cards, Modals, etc.):

bg-white (#FFFFFF) - For card backgrounds.