This is my final project for the web development bootcamp i did with neuefische. This intensive coding bootcamp is a full-time program, totaling 540 hours in 12 weeks. During this time, I gained fundamental coding skills in Javascript, React and Next.js and many more. This culmulated in the development of this web app as the final project.
Transform the way you nurture and care for your beloved houseplants with PlantPal, the app designed to help you track, manage, and grow your indoor plants. Whether you're a seasoned plant enthusiast or just starting your green journey, PlantPal will be your trusted companion every step of the way.
Try PlantPal on Vercel
Important: The app is created for mobile view.
Since the project is still in progress, here are some features I plan to implement in the near future:
- additional information for every plant, like info about, watering, soil, light conditions etc.
- watering and repotting schedules with a todo plan, so every plant gets the care it needs
- reminders for your todos
To run project commands locally, you need to install the dependencies using npm i first.
You can then use the following commands:
npm run dev
to start the development servernpm run build
to create a production buildnpm run
start to start the production build
💡 This project requires a bundler. You can use npm run dev to start the development server. You can then view the project in the browser at http://localhost:3000. The Live Preview Extension for Visual Studio Code will not work for this project.