https://github.com/nirnejak/todolist
A To-Do List App built using React.js, React-Router, Axios and Milligram
https://github.com/nirnejak/todolist
axios milligram-css react react-router
Last synced: about 2 months ago
JSON representation
A To-Do List App built using React.js, React-Router, Axios and Milligram
- Host: GitHub
- URL: https://github.com/nirnejak/todolist
- Owner: nirnejak
- Created: 2019-01-04T08:26:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T04:21:06.000Z (6 months ago)
- Last Synced: 2025-04-13T13:05:53.151Z (about 2 months ago)
- Topics: axios, milligram-css, react, react-router
- Language: JavaScript
- Homepage: https://reactjstodo.netlify.app/
- Size: 2.56 MB
- Stars: 25
- Watchers: 0
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List App
A Simple To-Do List app built with React.js### Version
1.0.0### Built Using
- React.js
- React-Router
- Axios
- Milligram## Usage
### Clone
Clone the Project```sh
$ git clone https://github.com/JitendraNirnejak/todolist.git
$ cd todolist
```### Installation
Install the dependencies
```sh
$ npm install
```### Run
This will run your dev server at http://localhost:3000
```sh
$ npm start
```