SimpleToDo is a web application for managing to-do items. It allows users to create, read, update, and delete to-do items in a list. The application is built using:
- HTML5 / CSS3
- SASS(SCSS)
- TypeScript
- React
- Redux (RTK)
- Axios
- React-hook-form
To get started with SimpleToDo, just follow THIS link, or follow the instructions below to deploy the project to a local server:
-
Clone the repository: Clone the SimpleToDo repository to your local machine using the following command:
git clone https://github.com/nenaideno/SimpleToDo.git
-
Install dependencies: Navigate to the project directory and install the dependencies using npm or yarn, like so:
cd SimpleToDo npm installor
cd SimpleToDo yarn install -
If you want to make sure all dependencies are up to date, you can also run
update:cd SimpleToDo npm updateor
cd SimpleToDo yarn update -
Run the application: Once the dependencies are installed, you can run the application locally by running the following command:
npm start
or
yarn start
This will start the development server and open the application in your default web browser.
