Skip to content

ravisankarchinnam/getir-todo-app

Repository files navigation

Todo APP - Getir

Todo Application to manage tasks

Demo

styler gif

styler gif

styler gif

styler gif

API Demo

styler gif

Technologies

Backend

Frontend

Installation Steps

For detail installation steps please check the sub folders client and server respectively.

Please before run the app, take into account to have a node.js installed in your system locally and mongodb as well (atleast MongoURI from Atlas)

  1. Clone the repository
git clone https://github.com/ravisankarchinnam/getir-todo-app.git
  1. Install dependencies
cd client && yarn install
cd server && yarn install
  1. Run the app concurrently
yarn start

Improved (If I had more time)

  • Configure better prettier and eslint for front end
  • Write unit tests & cypress test
  • configure pre commit hooks husky
  • dockerize the Application