Skip to content

mattsahr/todo-example

 
 

Repository files navigation

Todo App

Todo App with Vite, React and Bootstrap

Demo

To get the project, clone the repo

git clone https://github.com/mattsahr/todo-example todo-example

Pre-requisites

The app installs correctly on node version 18.16.1 It might work with older/newer versions of node.

You can use nvm to manage various versions.

https://github.com/nvm-sh/nvm

Installing nvm on Windows

If you plan to use NVM, you will get better results if you first REMOVE all versions of node. Then install NVM, and then let NVM install specific versions that you want.

nvm list
nvm install 18.16.1
nvm use 18.16.1

Installing the app

CD into the directory where you installed the todo app. And then run:

npm install

And then, to run the project:

npm run dev

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Todo App with React and Bootstrap

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.6%
  • HTML 39.9%
  • CSS 7.5%