Skip to content

OmarAglan/Tracking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tasks Tracking WebApp

A Vue.js/Express.js Web Application For Tracking Tasks and Updating Statuses of projects.

The Project is a Single Page Application (SPA) that allows the user to create tasks and update the status of the tasks.

it is built using Vue.js, Vuex, Vue-Router, Express.js, and Node.js.

The Client and the Server are Separated, and the Client is Connected to the Server using Axios.

Features

  • Create Projects (WIP)
  • View Projects (WIP)
  • Create Tasks (WIP)
  • Update Tasks Status (WIP)
  • Delete Tasks (WIP)
  • View Tasks (WIP)
  • Search Tasks (WIP)

Installation

Clone the repository

git clone https://github.com/Omaranwa/Tracking-App.git

Install dependencies Of The Client and Server

cd client npm install

cd server npm install

Run the application

Run the Server

Go To The Server directory and run the following command In the terminal

npm start

You Should See The Server Running On Port 8081

Run the Client

Go To The Client directory and run the following command In the terminal

npm run dev

You Should See The Client Running On the Terminal, and You Can View Your App In The Browser At http://localhost:Port/.

About

A Vue.js/Express.js Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published