Skip to content

A React and Express toy app to practice CRUD operations with a to do list. Persistent data stored in the backend JSON.

Notifications You must be signed in to change notification settings

GillianTrethewey/Code-Tracker-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Project Management App

Overview

Welcome to the Code Tracker App, a fullstack custom themed application using ReactJS and Express. Users are able to create, edit, and delete todos.

Screenshot 2024-03-27 at 4 33 50 PM

Implementation

Tech Stack

Client

React React Router JavaScript

Server

Node Express.js JavaScript

Features

  • Create, Read, Update, and Delete Tasks

Prerequisites

Ensure npm is installed.

Local Installation

1.Clone the Code Tracker App repository to your local machine:

  git clone https://github.com/GillianTrethewey/Code-Tracker-CRUD.git

2.To install dependencies, navigate to each root directory (api and frontend) in your terminal:

  npm install

3.Navigate to the frontend directory and run the following command:

  npm start

4.Navigate to the backend directory and run the following command:

  node index.js

5.Visit http://localhost:3000 in your browser to view the application.

About

A React and Express toy app to practice CRUD operations with a to do list. Persistent data stored in the backend JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published