angelozdev / notes-app

You can save your personal notes, edit and delete them.

Home Page:https://noteapp.angelozdev.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes Application

You can save your personal notes, edit and delete them.

Built with

Deploy

You can see the project in production Expug - Notes App

Demo

Starting

You can clone this repository to have the project local:

git clone https://github.com/angelozdev/notes-app.git

Install the necessary dependencies in the root of the project.

npm install

Run the following command to start the project in development mode:

npm run dev

Or run the following command to start the project in production mode:

npm start

Preview

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

You can save your personal notes, edit and delete them.

https://noteapp.angelozdev.vercel.app/

License:MIT License


Languages

Language:JavaScript 63.4%Language:Pug 36.6%