mukulrajpoot262610 / assignment-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo app

The app is a simple todo app, with the functionality to add, edit and delete todos The user can also mark a todo as done (doing so would move it to the done tab).

Features

List the key features of your application.

  • The website is responsive on all screen sizes
  • Website is using a custom backend

Technologies

Mention the technologies and tools used in your project, including programming languages, frameworks, libraries, and databases.

  • Frontend: React, TypeScript, Vite, TailwindCSS
  • Backend: Node.js, Express.js, TypeScript
  • Database: MongoDB

Prerequisites

  • Node.js and npm (for both frontend and backend)
  • MongoDB (for the backend)

Installation

  1. Clone the repository:
    git clone https://github.com/mukulrajpoot262610/assignment-todo
  1. Install the necessary dependencies
    cd client
    npm install
    cd server
    npm install
  1. Run the project
    npm run dev

Screenshots

image

image

image

image

image

About


Languages

Language:TypeScript 93.7%Language:JavaScript 3.8%Language:HTML 1.5%Language:CSS 1.0%