Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker

A simple task tracking application built as part of Day 10 of the internship to consolidate frontend, backend, and API integration concepts.

Tech Stack

  • Next.js (Frontend)
  • Node.js
  • Express
  • GitHub

Features

  • Add tasks
  • View task list
  • Mark tasks as completed

How to Run Locally

Backend

cd backend
npm install
node index.js

http://localhost:5000

Frontend

cd frontend
npm install
npm run dev

http://localhost:3000

About

imple task tracker built with Next.js and Express

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages