A tool suite for web developers to easily store and access commonly used class names, generate gradients, and get components.
- Friendly and colorful visual style, easy to navigate, memorable
- Highlight functionality
- Show static React sites
| Color | Hex |
|---|---|
| leaf | |
| greenish | |
| storm | |
| jade | |
| charcoal |
- Unsplash for all the photographs.
- Coolers for color palette inspiration.
- Optimizilla for image compression.
- This is a Next.js project bootstrapped with
create-next-app.
Set up your .env file
- Google OAuth connection
- GOOGLE_ID
- GOOGLE_CLIENT_SECRET
- MongoDB connection
- MONGODB_URI
- NextAuth configuation
- NEXTAUTH_SECRET = a random string generated in CLI
- NEXTAUTH_URL = http://localhost:3000 or your Next localhost address
- NEXTAUTH_URL_INTERNAL = http://localhost:3000 or your Next localhost address
Run npm i to install dependancies
Code!
