Skip to content

LØdeX Studio's open-source blog with tutorials and practical examples of web development and modern interface design. πŸ’¬ Suggestions and contributions are welcome! See our contribution guide in README.

License

Notifications You must be signed in to change notification settings

lodsa-ntos/lodexstudio-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LØdeX Studio Blog

Official repository of the LØdeX Studio blog, where we publish tutorials, articles, and tips on web development, interface design, and technology.

πŸ“š About the project

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.

πŸš€ Tecnologias


πŸ“‚ Basic Structure

lodexstudio-blog/
 β”œβ”€β”€ public/              # Static files
 β”œβ”€β”€ src/
 β”‚   β”œβ”€β”€ components/       # Reusable components
 β”‚   β”œβ”€β”€ pages/            # Blog pages
 β”‚   β”œβ”€β”€ styles/           # Global styles
 β”‚   └── assets/           # Images and media
 β”œβ”€β”€ package.json
 └── README.md

πŸ’» How to run locally

  1. Clone the repository
   git clone https://github.com/lodexstudio/lodexstudio-blog.git
   cd lodexstudio-blog 
  1. Install dependencies
    npm install
    # or
    yarn install
  1. Start the development server
    npm run dev
    # or
    yarn dev
  1. Open in your browser: http://localhost:3000

🀝 How to collaborate

πŸ’‘ If you want to suggest a tutorial or correct an error, open an issue!

Steps to contribute:

  1. Fork the repository.
  2. Create a branch for your change:
    git checkout -b my-feature
  1. Commit the changes:
    git commit -m 'Add new feature'
  1. Send to your fork::
    git push origin my-feature
  1. Open a Pull Request for the main branch.

πŸ“„ Licence

This project licensed under the MIT License.

🌐 About

Created by LØdeX Studio to share knowledge about UI/UX and frontend development in a practical and accessible way.

About

LØdeX Studio's open-source blog with tutorials and practical examples of web development and modern interface design. πŸ’¬ Suggestions and contributions are welcome! See our contribution guide in README.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published