Skip to content

This repository contains the project described in my article on Medium

Notifications You must be signed in to change notification settings

fomazov/marine-creatures

Repository files navigation

Marine Creatures

This repository contains the demo project covered in my article on Medium.

It is an auxiliary tool so that the reader can see the concepts I have described in action.

Features

Technical Stack

Live Demo

marine-creatures.vercel.app

Running Locally

This application requires Node.js v18.18+

  1. Clone the repository: git clone https://github.com/fomazov/marine-creatures.git

  2. Install dependencies: npm install

  3. Run the development server using the command npm run dev

  4. Open http://localhost:3000 with your browser to see the result.