Skip to content

Commit

Permalink
docs: README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard authored Oct 7, 2023
1 parent 44eade8 commit a480c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ I would not recommend for anybody to use this code for their own website. It is
1. **There is a reason why JavaScript Frameworks exist.**
- When starting this project it was part of a university course teaching basic web technologies with HTML, CSS and JavaScript. We were not allowed to use any frameworks and the website was meant to be a very simple static website. After that this project evolved into something completely different and a lot of headaches and time spent on this project could have been spared if I had used a framework. I would recommend using a framework for any project that is not a very simple static website. On the other side, I have learned a lot about how the web works and how to build a website from scratch.
2. **Databases are great and I should have used one.**
- I have learned that databases are great and that I should have used one for this project. It would simplify a lot of the logic to have a database entry for each shop item that references the price, the compressed photo and the original photo. It would also make it easier to add more information to each shop item. For instacne adding keywords for a search function.
- I have learned that databases are great and that I should have used one for this project. It would simplify a lot of the logic to have a database entry for each shop item that references the price, the compressed photo and the original photo. It would also make it easier to add more information to each shop item. For instance adding keywords for a search function.
3. **I should have used less Storage Buckets.**
- Using a seperate storage bucket for eveyr page is very unneccesary. It creates a bunch of environment variables that need to be set and it makes it harder to add new pages. It would have been jsut as simple to use a single STorage bucket for the showcase pages that has a directorys tructure referencing the different pages.
4. **Security is very interesting.**
Expand Down

0 comments on commit a480c9c

Please sign in to comment.