Fehler is a project management software which let teams plan, track and manage software developement projects.
This is the fehler Web Client developed to consume the Fehler REST API.
- JavaScript
- ReactJS
- Chakra UI
- Formik
- React Query
To get a local copy up and running follow these simple steps:
-
Node.js
$ sudo apt install nodejs
-
Create a local copy of this git repository with
git clone
command.$ git clone https://github.com/givek/fehler_web.git
-
Now, install the dependencies from the
package.json
file.$ npm install
-
Finally, start the developement server with the management commnad.
$ npm start
- Vivek Gandharkar - givek
This project is licensed under the MIT License - see the LICENSE file for details