Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 3.11 KB

README.md

File metadata and controls

54 lines (38 loc) · 3.11 KB

Frontend Mentor

My solutions to various challenges from Frontend Mentor. My purpose for this project is to learn more about SolidJS and to practice my CSS skills. I want to learn more about different tools and technoligies for implementing CSS like TailwindCSS, CSS Modules, and CSS in JS.

If you're looking at the structure of the project, you might notice that I have most of my components organized into their own folders with an index.tsx file. This is called a barrel. I like to use this pattern because it makes it easier to import components from other files. It also makes the file strucutre look cleaner IMO.

Site is deployed for free on Netlify! https://solid-mentor.netlify.app

Netlify Status

✅ Getting Started

⚛️ Dependencies, Prerequisites, and Installation

  1. Clone the repo
  2. Install dependencies with pnpm install. Regular npm should also work.
  3. Run pnpm dev to start the dev server.

🥊 Completed and In-Progress Challenges

🧑‍💻 Authors

🪪 License

Whatever Frontend Mentor uses lol.

👏 Acknowledgments