Welcome to the DAAPP (Daily Activity and Project App) project! This is a Next.js application that allows users to manage their daily activities and projects.
Key Features:
Create, update, and delete projects
Track project status, priority, and description
View project details and activities
Responsive design using Tailwind CSS
To get started with the DAAPP, follow these steps:
Install dependencies: npm install or yarn install
Set up environment variables:
AUTH_GOOGLE_ID: Google OAuth client ID
AUTH_GOOGLE_SECRET: Google OAuth client secret
AUTH_SECRET: Secret key for NextAuth.js
Start the development server: npm run dev or yarn dev
Open the application in your browser at <http://localhost:3000>
Technologies Used
Next.js
NextAuth.js
Tailwind CSS
Drizzle ORM
PostgreSQL
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to customize this README file to fit your specific needs.