Skip to content

This is a notes app that allows users to authenticate and manage their notes. It is built using React and Tailwind CSS.

Notifications You must be signed in to change notification settings

BiAksoy/notes-app-frontend

Repository files navigation

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

About

This is a notes app that allows users to authenticate and manage their notes. It is built using React and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published