taosin / chatgpt-address-book

A simple address book app built with chatgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address Book App

A simple address book application built with React, Ant Design, Express.js, NeDB, and Joi. This app allows you to create, read, update, and delete contacts.

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

Prerequisites

Make sure you have Node.js (v14.x or later) and npm (v6.x or later) installed on your local machine. You can check your Node.js and npm versions by running the following commands:

node -v
npm -v

Installation Clone the repository to your local machine: bash Copy code git clone https://github.com/yourusername/address-book-app.git cd address-book-app

About

A simple address book app built with chatgpt


Languages

Language:JavaScript 75.5%Language:HTML 15.9%Language:CSS 8.6%