Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashedulhaquerasel1/timetrack
TimeTrack is an online gadget collection application that allows users to browse, search, and filter through a wide range of gadgets, including watches, mobiles, laptops, cameras, tablets, and more. Designed with a focus on user experience, TimeTrack offers a seamless and interactive interface for gadget enthusiasts.
https://github.com/rashedulhaquerasel1/timetrack
Last synced: about 16 hours ago
JSON representation
TimeTrack is an online gadget collection application that allows users to browse, search, and filter through a wide range of gadgets, including watches, mobiles, laptops, cameras, tablets, and more. Designed with a focus on user experience, TimeTrack offers a seamless and interactive interface for gadget enthusiasts.
- Host: GitHub
- URL: https://github.com/rashedulhaquerasel1/timetrack
- Owner: RashedulHaqueRasel1
- Created: 2024-08-16T18:00:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T06:36:32.000Z (3 months ago)
- Last Synced: 2024-08-17T20:09:24.525Z (3 months ago)
- Language: JavaScript
- Homepage: https://timetrack-rasel.vercel.app/
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TimeTrack
TimeTrack is an online gadget collection application that allows users to browse, search, and filter through a wide range of gadgets, including watches, mobiles, laptops, cameras, tablets, and more. Designed with a focus on user experience, TimeTrack offers a seamless and interactive interface for gadget enthusiasts.
## Features
- **Browse Gadgets**: Explore collections of gadgets by brand, category, and price range.
- **Search Functionality**: Easily find specific gadgets with the search feature.
- **Filter Options**: Narrow down search results with various filter options.
- **Responsive Design**: Optimized for seamless use across all devices.
- **User Authentication**: Secure sign-in and user management.## Technology Used
- **Frontend**: HTML, Tailwind CSS, Daisy UI, React.js, React Router Dom, React Hook Form, React Icons
- **Backend**: Express.js
- **Database**: MongoDB
- **Authentication**: Firebase
- **API Requests**: Axios
- **Version Control**: Git## Live Links
- **Live Application**: [Visit TimeTrack](https://timetrack-rasel.vercel.app/)
- **Live Server**: [Server Link](https://time-track-server.vercel.app/)## Getting Started
To get a local copy up and running, follow these simple steps:
### Installation
1. **Clone the repo:**
```bash
git clone https://github.com/RashedulHaqueRasel1/TimeTrack.git2. Navigate to the project directory:
```sh
cd TimeTrack3. Install all dependencies:
```sh
npm install
4. Live Preview
To run the project locally and see a live preview:
```sh
npm run dev