Skip to content

Latest commit

 

History

History

lab4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Lab4

This is a simple Todo application built with React and styled-components.

Installation

Clone the repository and install the dependencies.

git clone https://github.com/cbcyd/inf_labs.git
cd inf_labs/lab4
npm install

Usage

To start the application in development mode, run:

npm start

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

To build the app for production, run:

npm run build

The build folder will be created in the project.