https://github.com/nylaurent/taskio
This is a comprehensive full-stack web application that allows users to create, manage, and track their daily tasks.
https://github.com/nylaurent/taskio
css expressjs mongodb nodejs reactjs
Last synced: 9 months ago
JSON representation
This is a comprehensive full-stack web application that allows users to create, manage, and track their daily tasks.
- Host: GitHub
- URL: https://github.com/nylaurent/taskio
- Owner: NyLaurent
- Created: 2024-06-27T15:10:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T16:31:49.000Z (over 1 year ago)
- Last Synced: 2025-03-23T13:16:47.133Z (9 months ago)
- Topics: css, expressjs, mongodb, nodejs, reactjs
- Language: CSS
- Homepage:
- Size: 8.46 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Task Lisk Built it with
Node.js
Express.js
MongoDB
React.js
Quick start
To start development locally to the following
**MyFront**
You will first have to install dependencies then start the server on frontend
**cd Myfront && npm run install # this is install required dependencies
npm run dev # to start the development server
**
**Server**
You will also install dependencies then start the server on backend
**cd server && npm run install # this is install required dependencies
npm run dev # to start the development server
**