Official repository of the LΓdeX Studio blog, where we publish tutorials, articles, and tips on web development, interface design, and technology.
This blog is built using React.js and TailwindCSS, with a focus on performance, responsive design, and accessibility. Here you will find the source code for all published articles and practical examples.
- βοΈ React
- π¨ Tailwind CSS
- β‘ Vite
lodexstudio-blog/
βββ public/ # Static files
βββ src/
β βββ components/ # Reusable components
β βββ pages/ # Blog pages
β βββ styles/ # Global styles
β βββ assets/ # Images and media
βββ package.json
βββ README.md
- Clone the repository
git clone https://github.com/lodexstudio/lodexstudio-blog.git
cd lodexstudio-blog - Install dependencies
npm install
# or
yarn install- Start the development server
npm run dev
# or
yarn dev- Open in your browser: http://localhost:3000
π‘ If you want to suggest a tutorial or correct an error, open an issue!
- Fork the repository.
- Create a branch for your change:
git checkout -b my-feature- Commit the changes:
git commit -m 'Add new feature'- Send to your fork::
git push origin my-feature- Open a Pull Request for the main branch.
This project licensed under the MIT License.
Created by LΓdeX Studio to share knowledge about UI/UX and frontend development in a practical and accessible way.