📚 Ordem dos Livros
A modern web application for cataloging and exploring books, authors, and series. Built with Svelte and TypeScript, this platform provides an intuitive interface for users to discover and learn about their favorite books and authors. Project made in the Starter Project course at Formação DEV
👀 Preview
Ordem dos Livros Preview
🚀 Features
- Comprehensive author profiles and biographies
- Book series cataloging and organization
- Detailed book information and cover displays
- Responsive navigation system
- Social media integration
- Category-based browsing
- Popular series highlighting
💻 Technologies Used
- Svelte - Frontend framework for building user interfaces
- TypeScript - Static typing for enhanced development
- JavaScript - Core programming language
- Tailwind CSS - Utility-first CSS framework for styling
- Vite - Next generation frontend tooling
🛠️ Installation
# Clone the repository
git clone https://github.com/yourusername/ordem-dos-livros.git
# Navigate to project directory
cd ordem-dos-livros
# Install dependencies
npm install
# Start development server
npm run dev
🔧 Configuration
Make sure you have Node.js and npm installed on your system before running the project.
🎨 Features Preview
- Author Profiles: Detailed pages for each author with their biography and works
- Series Pages: Comprehensive listing of book series with descriptions
- Book Details: Individual book pages with covers and descriptions
- Responsive Design: Fully responsive interface that works on all devices
- Navigation: Intuitive sidebar navigation with quick access to main sections
🤝 Contributing
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
)
- Commit your changes (
git commit -m 'Add some AmazingFeature'
)
- Push to the branch (
git push origin feature/AmazingFeature
)
- Open a Pull Request
📝 License
This project is licensed under the MIT License - see the LICENSE.md file for details