EN | RU
Notes application with the ability to add, edit, delete and search. Finding images for notes using the API.
Created based on a project from an educational internship in
Initial conditions: stack
without additional libraries.
Added
to the initial conditions for practice.
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://localhost:3000 to view it in your browser.
Builds the app for production.
make build