Task manager application built with React, TypeScript and TailwindCSS.
See the live project HERE
Here are instructions on setting up this project locally. To get a local copy up and running follow these simple example steps.
To setup the project locally, you need to have NodeJs and Git installed
- Clone the repo
git clone https://github.com/ikennaezef/softamos-task-manager.git
- Navigate into the project-folder and install NPM packages
cd softamos-task-manager npm install
- After the packages have been installed, startup the server
npm run dev
Open http://localhost:5173 with your browser to see the result.