Complex Task
It can do complex tasks for real projects working in UX design, UI development, business logic as serverless functions or micro services, database schema, etc.
Lets create a complex project involving all the layers.
mkdir complex-project
cd complex-project
claude
Provide the initial prompt to start the project from the scratch and later on you can have a conversation for continuous development. Initial prompt is mentioned below:
`Create a Next.js 14 application with the following features:
- Firebase authentication (Google and email/password)
- Protected routes using middleware
- A dashboard page that shows user profile
- TypeScript support throughout
- Tailwind CSS for styling
- A login page and signup page with proper form validation
- Environment variables for Firebase config
- Error handling and loading states Include a README with setup instructions`
It will do all the steps as mentioned below:
- Project structure created
- Frontend Developed - Login/signup pages
- Firebase auth implemented with Google
- Necessary backend functions
- Documentation
After initial version, you can interactively have conversations to build the project to add more features.
When you want to build and run, you need to install the dependencies and run.
npm install
npm run dev
It works!!
Video Tutoriaæ
π www.genai-mentor.ai