Skip to content

nenaideno/SimpleToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleToDo

Application performance demonstration

About

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

Getting Started

To get started with SimpleToDo, just follow THIS link, or follow the instructions below to deploy the project to a local server:

  1. Clone the repository: Clone the SimpleToDo repository to your local machine using the following command:

    git clone https://github.com/nenaideno/SimpleToDo.git
  2. Install dependencies: Navigate to the project directory and install the dependencies using npm or yarn, like so:

    cd SimpleToDo
    npm install

    or

    cd SimpleToDo
    yarn install
  3. If you want to make sure all dependencies are up to date, you can also run update:

    cd SimpleToDo
    npm update

    or

    cd SimpleToDo
    yarn update
  4. 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.

About

An example of a simple ToDo list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors