Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishkk22/todo-react-ts-app
https://github.com/ashishkk22/todo-react-ts-app
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashishkk22/todo-react-ts-app
- Owner: ashishkk22
- Created: 2023-03-14T08:33:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T10:59:20.000Z (over 1 year ago)
- Last Synced: 2024-11-10T22:13:39.441Z (2 months ago)
- Size: 806 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo Web Application with React + Typescript
## Todo Web Application UI
https://todo-react-ts-ui.netlify.app/## Todo Web Application with TS
https://todo-react-ts-22.netlify.app/## Built With
![https://react.dev/][React.js]
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
## System Requirements
- git v2.13 or greater
- nodejs `14 || 16 || 18`
- npm v8.16.0 or greaterAll of these must be available in your `PATH`. To verify things are set up
properly, you can run this:```shell
git --version
node --version
npm --version
```## Installation
First Clone the repo and run the below command to install all the dependencies.
```
npm install
```If you have trouble with any of these, fix the PATH environment variable.
## Running the app
To get the app up and running (and really see if it worked), run:
```shell
npm start
```