Skip to content

zapupenec/diary_app

Repository files navigation

Maintainability

EN | RU

Notes application with the ability to add, edit, delete and search. Finding images for notes using the API.

screenshot

Created based on a project from an educational internship in HTML5

Initial conditions: stack HTML5 CSS3 JavaScript webpack without additional libraries.

Added webpack to the initial conditions for practice.

Install for development

Developed using Node.js v20.4.0.

To work with the API you need a secret key. Register at unsplash.com and generate your key.

Clone the repository locally.

git clone https://github.com/zapupenec/diary_app.git

Install the dependencies.

make install

In the root folder, create a file .env and write down your key.

// contents of .env

REACT_APP_API_KEY = 'your-secret-api-key'

Runs the app in the development mode.

make start

Open http:https://localhost:3000 to view it in your browser.

Builds the app for production.

make build

Releases

No releases published

Packages

No packages published

Languages