Skip to content

Vansh5632/NotesTakingTypescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Notes Taking App

This is a simple notes taking application built with TypeScript. The app allows users to create, edit, and delete notes.

Features

  • Create new notes
  • Edit existing notes
  • Delete notes
  • View all notes

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/notes-taking-app.git
  2. Navigate to the project directory:
    cd notes-taking-app
  3. Install the dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://localhost:3000 to use the app.

Scripts

  • npm start: Starts the development server.
  • npm run build: Builds the project for production.
  • npm test: Runs the test suite.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.