An open API service indexing awesome lists of open source software.

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. 🚀

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.

---