Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 606 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 606 Bytes

DailyTracker FrontEnd

This is the front for the DailyTracker application. It is built using React.js and Tailwind Css It is part of the overall DailyTracker app in use as part of the codetrybe team project.

Getting Started

The landing page is in a different repo to be linked together later

Prerequisites

  • Reactjs
  • Tailwind Css
  • React-icons

Installation

  1. Clone the repository. git clone <repository_url>

  2. Install dependencies. npx create-react-app web-app-todo

  3. Run the server. npm start

Contributors