|
1 |
| -# react-gallery-app |
2 |
| -Basic React 18 Gallery Application built using React, Tailwindcss and Pixabay API |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +# Project Title |
| 6 | + |
| 7 | +A brief description of what this project does and who it's for |
| 8 | + |
| 9 | + |
| 10 | +## Features |
| 11 | + |
| 12 | +- Light/dark mode toggle |
| 13 | +- Live previews |
| 14 | +- Fullscreen mode |
| 15 | +- Cross platform |
| 16 | + |
| 17 | + |
| 18 | +## Tech Stack |
| 19 | + |
| 20 | +**Client:** React, Redux, TailwindCSS |
| 21 | + |
| 22 | +**Server:** Node, Express |
| 23 | + |
| 24 | + |
| 25 | +## Appendix |
| 26 | + |
| 27 | +Any additional information goes here |
| 28 | + |
| 29 | + |
| 30 | +## API Reference |
| 31 | + |
| 32 | +#### Get all items |
| 33 | + |
| 34 | +```http |
| 35 | + GET /api/items |
| 36 | +``` |
| 37 | + |
| 38 | +| Parameter | Type | Description | |
| 39 | +| :-------- | :------- | :------------------------- | |
| 40 | +| `api_key` | `string` | **Required**. Your API key | |
| 41 | + |
| 42 | +#### Get item |
| 43 | + |
| 44 | +```http |
| 45 | + GET /api/items/${id} |
| 46 | +``` |
| 47 | + |
| 48 | +| Parameter | Type | Description | |
| 49 | +| :-------- | :------- | :-------------------------------- | |
| 50 | +| `id` | `string` | **Required**. Id of item to fetch | |
| 51 | + |
| 52 | +#### add(num1, num2) |
| 53 | + |
| 54 | +Takes two numbers and returns the sum. |
| 55 | + |
| 56 | +## Color Reference |
| 57 | + |
| 58 | +| Color | Hex | |
| 59 | +| ----------------- | ------------------------------------------------------------------ | |
| 60 | +| Example Color |  #0a192f | |
| 61 | +| Example Color |  #f8f8f8 | |
| 62 | +| Example Color |  #00b48a | |
| 63 | +| Example Color |  #00d1a0 | |
| 64 | + |
| 65 | + |
| 66 | +## Contributing |
| 67 | + |
| 68 | +Contributions are always welcome! |
| 69 | + |
| 70 | +See `contributing.md` for ways to get started. |
| 71 | + |
| 72 | +Please adhere to this project's `code of conduct`. |
| 73 | + |
| 74 | + |
| 75 | +## Demo |
| 76 | + |
| 77 | +Insert gif or link to demo |
| 78 | + |
| 79 | + |
| 80 | +## Deployment |
| 81 | + |
| 82 | +To deploy this project run |
| 83 | + |
| 84 | +```bash |
| 85 | + npm run deploy |
| 86 | +``` |
| 87 | + |
| 88 | + |
| 89 | +## Documentation |
| 90 | + |
| 91 | +[Documentation](https://linktodocumentation) |
| 92 | + |
| 93 | + |
| 94 | +## Environment Variables |
| 95 | + |
| 96 | +To run this project, you will need to add the following environment variables to your .env file |
| 97 | + |
| 98 | +`API_KEY` |
| 99 | + |
| 100 | +`ANOTHER_API_KEY` |
| 101 | + |
| 102 | + |
| 103 | +## 🚀 About Me |
| 104 | +I'm a full stack developer... |
| 105 | + |
| 106 | + |
| 107 | +# Hi, I'm Katherine! 👋 |
| 108 | + |
| 109 | + |
| 110 | +## 🔗 Links |
| 111 | +[](https://katherineoelsner.com/) |
| 112 | +[](https://www.linkedin.com/) |
| 113 | +[](https://twitter.com/) |
| 114 | + |
| 115 | + |
| 116 | +## Other Common Github Profile Sections |
| 117 | +👩💻 I'm currently working on... |
| 118 | + |
| 119 | +🧠 I'm currently learning... |
| 120 | + |
| 121 | +👯♀️ I'm looking to collaborate on... |
| 122 | + |
| 123 | +🤔 I'm looking for help with... |
| 124 | + |
| 125 | +💬 Ask me about... |
| 126 | + |
| 127 | +📫 How to reach me... |
| 128 | + |
| 129 | +😄 Pronouns... |
| 130 | + |
| 131 | +⚡️ Fun fact... |
| 132 | + |
| 133 | + |
| 134 | +## 🛠 Skills |
| 135 | +Javascript, HTML, CSS... |
| 136 | + |
| 137 | + |
| 138 | +## Installation |
| 139 | + |
| 140 | +Install my-project with npm |
| 141 | + |
| 142 | +```bash |
| 143 | + npm install my-project |
| 144 | + cd my-project |
| 145 | +``` |
| 146 | + |
| 147 | +## Run Locally |
| 148 | + |
| 149 | +Clone the project |
| 150 | + |
| 151 | +```bash |
| 152 | + git clone https://link-to-project |
| 153 | +``` |
| 154 | + |
| 155 | +Go to the project directory |
| 156 | + |
| 157 | +```bash |
| 158 | + cd my-project |
| 159 | +``` |
| 160 | + |
| 161 | +Install dependencies |
| 162 | + |
| 163 | +```bash |
| 164 | + npm install |
| 165 | +``` |
| 166 | + |
| 167 | +Start the server |
| 168 | + |
| 169 | +```bash |
| 170 | + npm run start |
| 171 | +``` |
| 172 | + |
| 173 | + |
| 174 | +## Running Tests |
| 175 | + |
| 176 | +To run tests, run the following command |
| 177 | + |
| 178 | +```bash |
| 179 | + npm run test |
3 | 180 | ```
|
4 |
| -# Install dependencies |
5 |
| -npm install |
6 | 181 |
|
7 |
| -# Watch CSS & run server on :3000 |
8 |
| -npm run dev |
9 | 182 |
|
10 |
| -# Build CSS and assets |
11 |
| -npm run build |
| 183 | +## Usage/Examples |
| 184 | + |
| 185 | +```javascript |
| 186 | +import Component from 'my-project' |
| 187 | + |
| 188 | +function App() { |
| 189 | + return <Component /> |
| 190 | +} |
12 | 191 | ```
|
| 192 | + |
| 193 | + |
| 194 | +## Optimizations |
| 195 | + |
| 196 | +What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility |
| 197 | + |
| 198 | + |
| 199 | +## Used By |
| 200 | + |
| 201 | +This project is used by the following companies: |
| 202 | + |
| 203 | +- Company 1 |
| 204 | +- Company 2 |
| 205 | + |
| 206 | + |
| 207 | +## Support |
| 208 | + |
| 209 | +For support, email [email protected] or join our Slack channel. |
| 210 | + |
| 211 | + |
| 212 | +## Screenshots |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | +## Roadmap |
| 218 | + |
| 219 | +- Additional browser support |
| 220 | + |
| 221 | +- Add more integrations |
| 222 | + |
| 223 | + |
| 224 | +## Acknowledgements |
| 225 | + |
| 226 | + - [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates) |
| 227 | + - [Awesome README](https://github.com/matiassingers/awesome-readme) |
| 228 | + - [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project) |
| 229 | + |
| 230 | + |
| 231 | +## Lessons Learned |
| 232 | + |
| 233 | +What did you learn while building this project? What challenges did you face and how did you overcome them? |
| 234 | + |
| 235 | + |
| 236 | +## Related |
| 237 | + |
| 238 | +Here are some related projects |
| 239 | + |
| 240 | +[Awesome README](https://github.com/matiassingers/awesome-readme) |
| 241 | + |
| 242 | + |
| 243 | +## License |
| 244 | + |
| 245 | +[MIT](https://choosealicense.com/licenses/mit/) |
| 246 | + |
| 247 | + |
| 248 | +## FAQ |
| 249 | + |
| 250 | +#### Question 1 |
| 251 | + |
| 252 | +Answer 1 |
| 253 | + |
| 254 | +#### Question 2 |
| 255 | + |
| 256 | +Answer 2 |
| 257 | + |
| 258 | + |
| 259 | +## Feedback |
| 260 | + |
| 261 | +If you have any feedback, please reach out to us at [email protected] |
| 262 | + |
| 263 | + |
| 264 | +## Badges |
| 265 | + |
| 266 | +Add badges from somewhere like: [shields.io](https://shields.io/) |
| 267 | + |
| 268 | +[](https://choosealicense.com/licenses/mit/) |
| 269 | +[](https://opensource.org/licenses/) |
| 270 | +[](http://www.gnu.org/licenses/agpl-3.0) |
| 271 | + |
| 272 | + |
| 273 | +## Authors |
| 274 | + |
| 275 | +- [@octokatherine](https://www.github.com/octokatherine) |
| 276 | + |
0 commit comments