Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 995 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 995 Bytes

Notes App

This is a notes app that allows users to authenticate and manage their notes. It is built using React and Tailwind CSS. This frontend is for the backend available here.

Getting Started

Requirements

  • Node.js

Installation

  1. Install the dependencies:

    npm install
  2. By default, the app is configured to use the backend running on http://localhost:8000. If you are running the backend on a different URL, you can change the BASE_URL in src/utils/constants.js:

    export const BASE_URL = 'http://localhost:8000'
  3. Start the development server:

    npm run dev

    The application will start on http://localhost:5173.

Screenshots

Login

Signup

Dashboard

Add Note