Finished the Frontend
If you are reading this without any prior context, you might be asking:
What is this project?
This project involves turning my portfolio into a full-blown “personal company” platform by adding OAuth and other features.
What did I do?
First, I organized the project into the following directory structure:
|── app/ # Main Frontend
| ├── js/
| ├── css/
| ├── index.html
| └── icon.png
|── auth/ #Frontend for auth
| ├── css/
| ├── js/
| ├── account.html
| └── oauth.html
|── server/ # Main Backend
├── uploads/
├── database.js
├── server.js
├── package.json
├── zero.db
After that, I started creating /app/ and decided that for styling I would use Tailwind CSS because it would be easier and more compact. It will impact compatibility a little bit, but not by that much.
After doing that, I made the account settings and other core pages.
For what I am doing, I am really proud of what I have accomplished right now. After writing this, I will make my README.md, publish it to GitHub and zero.info.bo, and ship it!
Thanks for reading (;
Here are some pictures of what I’ve made:
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.