shaunguimond / todo-react-typescript-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo React TypeScript App

This is a simple todo app built with React and TypeScript. It includes the tsparticles library for a background effect and custom styling. The goal was to practice state management and typescript formating.

Getting Started

To get started, clone the repository and install the dependencies:

git clone https://github.com/shaunguimond/todo-react-typescript-app.git
cd todo-react-typescript-app
yarn install

Running the App

To run the app in development mode, use the following command:

yarn start

This will start the app on http://localhost:3000.

tsparticles Background Effect

The app includes the tsparticles library for a background effect. The particles are configured in the particles.json file. You can customize the particles by modifying this file.

Custom Styling

The app includes custom styling in the App.css file. You can modify the styles to fit your needs.

Hope this helps! Let me know if you have any other questions.

About


Languages

Language:TypeScript 64.1%Language:CSS 18.5%Language:HTML 17.4%