https://github.com/codewithashim/todo-frontend
https://github.com/codewithashim/todo-frontend
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithashim/todo-frontend
- Owner: codewithashim
- Created: 2024-02-06T19:53:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T11:34:33.000Z (over 2 years ago)
- Last Synced: 2025-02-01T22:18:58.485Z (over 1 year ago)
- Language: JavaScript
- Size: 828 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
Live Link : https://todoist-by-ashim.netlify.app/
Server Link : https://todo-server-seven-snowy.vercel.app/api/v1/
==========================================
Client Github Link : https://github.com/codewithashim/todo-frontend.git
Server Github Link : https://github.com/codewithashim/todo-backend.git
==========================================
Login User : codewithashim@gmail.com
Password : 123456
==========================================
Application Setup :
Client :
```
git clone https://github.com/codewithashim/todo-frontend.git
```
```
cd todo-frontend
```
```
npm install
```
```
npm run dev
```
Server :
```
git clone https://github.com/codewithashim/todo-backend.git
```
```
cd todo-backend
```
```
yarn install
```
```
yarn dev
```
============================================








