I'm looking to create a small semi-dynamic website for my old boss's cafe. It's kind of a thank-you gift and a chance for me to learn something new since I don't have any web development experience yet. I want the site to include a homepage with prices and news, as well as an area specifically for logged-in employees. This employee section will serve as a manual covering all the processes needed there, which would really help in training new staff. I'd also like to have an admin access feature for updating, adding, or deleting recipes. My main concern is not only getting started but also understanding the underlying mechanics, especially since I've seen many providers that use AI for fast website creation, which can get pricey in the long run. Any tips or suggestions?
3 Answers
You should definitely consider WordPress for this project. It’s user-friendly and has plenty of themes that fit your needs. You'll be able to manage your content and user access easily. There are tons of tutorials out there to help you get started!
WordPress is a solid option! You can find many free themes and plugins for creating a login-only area for your employees. It's a great way to learn as you go without getting overwhelmed by coding.
Plus, there are plugins that can help you manage that employee section easily!
If you're up for it, you could also just code the site yourself and host it on Netlify. It's free and lets you use your own custom domain. For the employee access, consider using Auth0 to manage logins and keep certain pages private—like your manuals. This way, you can practice coding while getting the functionality you need!
Totally agree! WordPress is great for beginners. It simplifies a lot of the heavy lifting for you.