https://github.com/siraajul/techvite
TechVite is a tech blog platform built for users who love staying updated on technology. With its smooth user experience, modern UI, and DaisyUI styling with Tailwind CSS, it is designed to keep users engaged while exploring content effortlessly. 🚀
https://github.com/siraajul/techvite
axios-react css3 html5 jsx react router
Last synced: about 2 months ago
JSON representation
TechVite is a tech blog platform built for users who love staying updated on technology. With its smooth user experience, modern UI, and DaisyUI styling with Tailwind CSS, it is designed to keep users engaged while exploring content effortlessly. 🚀
- Host: GitHub
- URL: https://github.com/siraajul/techvite
- Owner: siraajul
- Created: 2024-11-11T14:48:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T22:46:15.000Z (5 months ago)
- Last Synced: 2025-02-01T00:32:26.606Z (4 months ago)
- Topics: axios-react, css3, html5, jsx, react, router
- Language: JavaScript
- Homepage: https://techvite.vercel.app/
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TechVite Blog Repository 🖥️
TechVite is a modern tech blog application where users can explore articles fetched from APIs, designed with a focus on clean UI and smooth user experience. It leverages Daily UI principles, DaisyUI components with Tailwind CSS for styling, and incorporates loaders for better interactivity.
## Features 🚀
- 📡 Fetch blog data using Axios
- 🎨 Designed with Daily UI practices for a sleek interface
- 🌼 Styled with DaisyUI and Tailwind CSS for responsive and modern design
- ⏳ Integrated loaders for seamless user experience## Installation 🛠️
1. Clone the repository:
```bash
git clone https://github.com/yourusername/TechVite.git
```2. Navigate to the project directory:
```bash
cd TechVite
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm start
```## Usage ✨
1. Launch the app on your local server.
2. Browse the tech blog articles fetched dynamically from the API.
3. Enjoy a fluid browsing experience enhanced by loaders and intuitive UI.## Technologies Used 💻
- React
- Axios
- Tailwind CSS
- DaisyUI
- CSS Loaders## Contributing 🤝
Contributions are welcome! To contribute:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature-name`.
3. Commit your changes: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature-name`.
5. Open a pull request.## License 📄
This project is licensed under the MIT License.
---