seif1000 / Task-Manger-React-Hooks

Task manger to create edit delete task using express.js and mongodb as server and react in the client side

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task-Manger-React-Hooks

Task manger to create edit delete task using express.js and mongodb as server and react in the client side

##Index

Demo

Check Demo

Features

Installation

Running Locally

Make sure you have Node.js and npm installed.

  1. Clone or Download the repository

    $ git clone https://github.com/seif1000/Task-Manger-React-Hooks.git
    $ cd Task-Manger-React-Hooks
    
  2. Install Dependencies

    $ npm install 
    
    
  3. install client side Dependecies

    $ npm client-install
    
    
  4. Start the application

    $ npm run dev
    

Your app should now be running on localhost:3000.

About

Task manger to create edit delete task using express.js and mongodb as server and react in the client side


Languages

Language:JavaScript 81.7%Language:CSS 14.3%Language:HTML 4.0%