A simple Todo list application built with React and Tailwind CSS.
To get a local copy up and running follow these simple steps:
Clone the repository:
git clone https://github.com/mariokreitz/todo-app.git
Install dependencies:
cd todo-app
npm install
Set up environment variables:
.env
file in the root directory.Start the development server:
npm start
Open your browser and visit:
http://localhost:5173
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
).git commit -m 'Add some AmazingFeature'
).git push origin feature/AmazingFeature
).Distributed under the MIT License. See LICENSE
for more information.
Youtube - Video
Project Link: https://github.com/ByteGrad/todo-app