Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohaiminul375/task-list-client
Task List management webstie
https://github.com/mohaiminul375/task-list-client
express firebase-auth html mongodb react tailwindcss
Last synced: 5 days ago
JSON representation
Task List management webstie
- Host: GitHub
- URL: https://github.com/mohaiminul375/task-list-client
- Owner: mohaiminul375
- Created: 2024-07-11T11:41:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T06:04:52.000Z (4 months ago)
- Last Synced: 2024-08-24T02:44:54.575Z (3 months ago)
- Topics: express, firebase-auth, html, mongodb, react, tailwindcss
- Language: JavaScript
- Homepage: https://task-list-375.web.app
- Size: 343 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple ToDO List
- Task list management website,
- users can add, edit,update,delete their task
# Live_url: https://task-list-375.web.app/# Run the project Locally
1. **Clone the Repository**:
```sh
git clone https://github.com/mohaiminul375/task-list-client
cd doc-healthcare
```2. **Install Dependencies**:
```sh
npm install
```3. **Set Up Environment Variables**: Create a `.env.local` file in the root directory and add the necessary environment variables. (**Important!**)
4. **Run the Application**:
5. **Run the Application**:
```sh
npm run dev -- --host
```6. **Access the Site**: Open your browser and go to `http://localhost:5173/` or `http://192.168.1.12:5173/` from other devices on the same network to view the application.
# API Endpoints
1. `GET /tasks`: Retrieve a list of tasks.
2. `GET /tasks/:id`: Retrieve a specific task by ID.
3. `POST /tasks`: Create a new task.
4. `PUT /tasks/:id`: Update an existing task by ID.
5. `DELETE /tasks/:id`: Delete a task by IDDescription: Retrieves all tasks from the database.
# using technology
- vite
- react
- tailwind css
- daisy UI
- react icon
- react hook from
- tan stack query
- axios# Backend
- backend Url: https://github.com/mohaiminul375/task-list-server