Skip to content

A collection of my (attempts at) solutions to challenges from Frontend Mentor. Code is intentionally messy as I'm using this project to test out technologies that are new to me.

Notifications You must be signed in to change notification settings

Brian-Pob/frontend-mentor

Repository files navigation

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

About

A collection of my (attempts at) solutions to challenges from Frontend Mentor. Code is intentionally messy as I'm using this project to test out technologies that are new to me.

Topics

Resources

Stars

Watchers

Forks