- 📗 Table of Contents
- 📖 [Kriktek Developers Page]
Kritek is a software and web development platform. It uses this app to keep track of its development team.
Users can add new developers, update, delete and view all developers. The developers information is stored and retrieved from a JSON file that is accessed using the json-server library at a defined port. RTK query assists in making the API requests
Tech Stack Javascript, React, Redux
Describe the tech stack and include only the relevant sections that apply to your project.
Server
- View a list of developers with their information
- Add new developer information to the list
- Update developer information
- Delete a Developer
To get a local copy up and running, follow these steps.
run the following commands in your terminal
In order to run this project you need:
You need to have node installed
Clone this repository to your desired folder:
- git clone https://github.com/JonahKayizzi/kritek-dev-team.git
- cd kritek-dev-team
- git checkout dev
Install this project with:
npm install
To run the project, execute the following command:
run npm start
To run tests, run the following command:
run npm test
You can deploy this project using:
run npm build
Mention all of the collaborators of this project.
👤 Author1
- GitHub: @JonahKayizzi
- Twitter: @JonahKayizzi
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project, please leave star
Give credit to everyone who inspired your codebase.
I would like to thank Kriktek Team for this exercise
This project is MIT licensed.