6/3/21
A brief description of what this project does and who it's for
import Component from "my-project";
function App() {
return <Component />;
}
What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility
Add badges from somewhere like: shields.io
Insert gif or link to demo
GET /api/items
Parameter | Type | Description |
---|---|---|
api_key | string | Required. Your API key |
GET /api/items/${id}
Parameter | Type | Description |
---|---|---|
id | string | Required. Id of item to fetch |
Takes two numbers and returns the sum.
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
Install my-project with npm
npm install my-project
cd my-project
What did you learn while building this project? What challenges did you face and how did you overcome them?
Client: React, Redux, TailwindCSS
Server: Node, Express