What I cover
- Updates to project
- Lint warnings for tailwindcss
- Launch page
Update:
For CSS: I decided to switch to Tailwind CSS, I didn't want to spend too much time on custom CSS. Besides, it looks a lot better than what I can do lol. Therefore, I followed these instructions to add tailwind to my react project.
For routing: I got rid of nesting routes, it is not needed at the moment for my purposes. It's this now
Lint warning with Tailwind
When importing the base tailwind CSS files in my index.css file
I came across a lint warning of "unknownAtRules". With the help of this link, I was able to resolve it. I just had to ignore it in my vscode settings
Steps: Create a .vscode
folder in root dir, inside create a settings.json
file, lastly I added this
Launch page makeover
I redid the launch page with Tailwind. This is how it looks now
I'm currently in the process of getting the sign-in and sign-up UI for employers and employees looking good. Stay tuned!
You can check out the code for recent changes.
Top comments (2)
Great progress love working with Tailwind CSS.
Thanks! and me too, it's been a life saver