This is a simple notes taking application built with TypeScript. The app allows users to create, edit, and delete notes.
- Create new notes
- Edit existing notes
- Delete notes
- View all notes
- Clone the repository:
git clone https://github.com/yourusername/notes-taking-app.git
- Navigate to the project directory:
cd notes-taking-app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
to use the app.
npm start
: Starts the development server.npm run build
: Builds the project for production.npm test
: Runs the test suite.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.