Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codewithmike01/todo-list-flask-react


https://github.com/codewithmike01/todo-list-flask-react

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# Flask TodoList

This project showcases Todo list with Reactjs , typescript and python flask

## Video preview

https://github.com/Ginohmk/Todo-list-flask-React/assets/58771507/54c7fc9e-c63a-4662-b371-dc0118b86864

## Live Link (Not avialable yet)

## Getting Started

### Installing Dependecies

#### Installing Node and NPM

This project depends on Nodejs and Node Package Manager (NPM). Before continuing, you must download and install Node (the download includes NPM) from [https://nodejs.com/en/download](https://nodejs.org/en/download/).

### Frontend setup

#### Clone project

In the project directory,in your terminal, you can run:

```cmd
git clone https://github.com/Ginohmk/Todo-list-flask-React.git
```

```cmd
cd client
```

```cmd
npm i
```

```cmd
npm start
```



In the project directory, you can run:

#### `npm start`

> Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.


### Backend setup

```cmd
cd server/venv
```

```cmd
cd pip install -r requirements.txt
```

```cmd
FLASK_APP=app.py FLASK_DEBUG=1 flask run
```


👤 **Kanu Mike**

- GitHub: [@Ginohmk](https://github.com/Ginohmk)
- Twitter: [@michotall95](https://www.twitter.com/michotall95)
- LinkedIn: [@kanumike](https://www.linkedin.com/in/kanu-mike-dev/)
- Instagram: [@savy_kanu_mike](https/instagram.com/savy_kanu_mike)
- Facebook: [@mike.kanu](https://www.facebook.com/mike.kanu)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Ginohmk/Todo-list-flask-React/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

## 📝 License

[This project is [MIT](https://github.com/Ginohmk/Todo-list-flask-React/blob/dev/LICENSE) licensed.
..