Flask TodoList

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

Video preview

Screencast.from.22-08-2023.01_47_44.video-converter.com.mp4

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.

Frontend setup

Clone project

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

 git clone https://github.com/Ginohmk/Todo-list-flask-React.git
  cd client
 npm i
 npm start

In the project directory, you can run:

npm start

Runs the app in the development mode. Open 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

  cd server/venv
cd pip install -r requirements.txt
FLASK_APP=app.py FLASK_DEBUG=1 flask run

👤 Kanu Mike

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

[This project is MIT licensed. ..