Skip to content

A todo app built with React, TypeScript, Redux, HTML, Sass and Vite

Notifications You must be signed in to change notification settings

souli-a/todo-app

Repository files navigation

todo-app

This is my personal portfolio. Built with React, TypeScript, Redux, HTML, Sass and Vite.

It uses the pnpm package manager by default, but can also be used with npm or yarn.

Get the project and run it

1. Fork or clone

Fork or clone this project from GitHub to get your own copy of it.

2. Installation

Once this is installed you can run pnpm i in your project directory to install dependencies.

cd todo-app
pnpm i

3. Launch the server

pnpm dev

4. Open your code editor and start editing

Your site is now running at http://localhost:5173.