author photo

Luckaya Valeriya

Contacts

Email: lera.luckaya778@gmail.com
Phone number: +375 (25) 789-45-89
Other: GitHub

Location:

Minsk, Belarus

About me

I am a creative person who is ready to gain new knowledge in the field of frontend and backend development.

Personal qualities and skills:

Projects

Work experience

Manager - "Globimpex"

October 2024 – now

Education

Gymnasium № 192 in Minsk
2013 – 2024

Technological Skills

Code

useEffect(() => {
const fetchForms = async () => {
try {
const response = await fetch('https://pond-catkin-supermarket.glitch.me/api/forms');
if (!response.ok) {
throw new Error('An error');
}
const data = await response.json();
setForms(data);
} catch (err) {
console.error('Fetch error:', err);
setError(err.message);
} finally {
setLoading(false); }
};
fetchForms();
}, [userId]);

Interesting information