diff --git a/README.md b/README.md new file mode 100644 index 0000000..36feef3 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Website + +## What is it ? +My personal website, also serving as a portfolio. +Uses a vue.js frontend and a python/flask backend. + +## Dependencies +* NodeJS + * Vue.js + * Vite +* Python + * Flask + + +## Roadmap +- [x] Understand Vue.js +- [ ] Write the frontend + - [ ] Make a proper homepage + - [ ] Make an "About" page +- [ ] Write the backend + - [ ] Handle logins + - [ ] Include custom dashboard + - [ ] Learn Websockets +- [ ] Host the database + +More to come + +## License + +TBD + +## Contributors \ No newline at end of file