Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

maneeshd/todo-list

Repository files navigation

TODO List

A TODO list app using react.js (context api & hooks for state management) & react-bootstrap.

Live @ https://maneeshd-todo-list.herokuapp.com/

To develop

  1. Clone the repository
$ git clone https://github.com/maneeshd/todo-list.git

$ cd todo-list
  1. Install the dependencies and devDependencies
$ yarn install
  1. To build the js & css bundle for production:
$ yarn build

To Run

  1. To run the app in webpack-dev-server in development:
$ yarn serve
  1. To run the app with the provided python server:
$ python --version
Python 3.7.6

$ python -m pip install starlette uvicorn aiofiles -U
...
Successfully installed ...

$ python -m uvicorn server:app
INFO:     Started server process [29822]
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO:     Waiting for application startup.
INFO:     Application startup complete.

Built using

Author

👨‍💻 Maneesh Divana | 📧 maneeshd77@gmail.com

About

A simple ToDo List using react, hooks, context-api, react-bootstrap & starlette

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •