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.
The landing page is in a different repo to be linked together later
- Reactjs
- Tailwind Css
- React-icons
-
Clone the repository.
git clone <repository_url>
-
Install dependencies.
npx create-react-app web-app-todo
-
Run the server.
npm start