Task management web client that consumes an NTask API
This is a project for educational purposes on how to create a web client using JavaScript ES6.
- React - React is a JavaScript library for building user interfaces.
- React Router - Declarative routing for React.
- Styled Component - Visual primitives for the component age.
- React Font Awesome - Font Awesome 5 React component using SVG with JS
And there's more in the project package.json.
- Clone the repository:
git clone git@github.com:oifelipesan/ntask-react.git
- Access the project directory:
cd ntask-react
- Install the dependencies:
yarn install
ornpm install
- Start:
yarn start
ornpm start