sarojbelbase / merotask

A simple react based todo tasks supported by JSON Server

Home Page:https://merotask.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mero Task Tracker

Mero Task Tracker is a simple SPA for tracking tasks inspired from react crash course. It is built using React & Json-Server which mocks like a REST API server and uses json file persisting data just like SQLite but using JSON file.

Libraries

Installation

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm start server to start the development server (json-server)
  4. Run npm start to start the react application
  5. Open http://localhost:3000 in your browser

NOTE: The server runs at port 8000 by default. You can change the port by editing the server script in package.json file and change the port in App.js file.

Screenshots

Guided by Brad Traversy in this video

MADE WITH ❤️ IN NEPAL

About

A simple react based todo tasks supported by JSON Server

https://merotask.vercel.app


Languages

Language:JavaScript 80.5%Language:CSS 15.3%Language:HTML 4.2%