Skip to content

dhafinrazaq/todoapp

Repository files navigation

Todo app

Name: Dhafin Razaq Oktoyuzan

Matric. no: A0206418J

Website on: https://todoapp-cvwo.netlify.app/

How to run locally

  1. Clone this repo by running git clone https://github.com/dhafinrazaq/todoapp.git
  2. In the directory, run bundle install to install all of the Gem dependencies
  3. Run rails s to run the backend server
  4. Open another terminal window
  5. In the new terminal window, cd client to go into the client (frontend) directory, and run npm install to install the npm dependencies
  6. Run npm start to run the frontend client
  7. Open localhost:3000 (by default) on browser

Screenshots

Home page Search Edit Todo Login