Skip to content

eficode/copilot-fullstack-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

This is a full-stack notes application with React frontend and Express backend, with upcoming features that allow users to create, edit, view, and delete notes.

Downloading and installing Node.js and npm

Installation instructions

Technology Stack

Frontend

  • React.js with React Router for navigation
  • Tailwind CSS for styling
  • Jest for testing
  • Vite as the build tool

Backend

  • Node.js
  • Express.js
  • REST API

Prerequisites

  • Node.js v14.0 or higher
  • npm or yarn

Setup Instructions

Backend Setup

  1. Navigate to the backend directory:

    cd backend
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Frontend Setup

  1. Navigate to the frontend directory:

    cd frontend
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Running Tests

To run tests for the frontend:

cd frontend
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published