Skip to content

baumamit/todo-app

 
 

Repository files navigation

Prerequisites

Before starting, please ensure that you have Node.js and npm installed on your system.

  1. Check Node.js version: You need Node.js installed (v12 or higher is recommended). You can check the installed version by running the following command:

    node -v
  2. Check npm version: You also need npm to install the required dependencies. Check the installed version of npm by running:

    npm -v

If Node.js or npm is not installed, the tests may not run as expected.

Installation

Once you have verified Node.js and npm are installed, follow these steps to set up the project:

  1. Clone the repository:

    git clone https://github.com/arashn2y/todo-app.git
  2. Navigate to the project directory:

    cd todo-app
  3. Install the required dependencies by running:

    npm install

Getting Started with Create React App

This project was bootstrapped with Create React App, TypeScript and Tailwind CSS.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.6%
  • CSS 9.9%
  • HTML 9.5%
  • JavaScript 6.0%