Skip to content

A tidy and polished README Template to use in your projects! πŸš€

License

Notifications You must be signed in to change notification settings

jxareas/Read-My-README

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Logo

Read-My-README

A tidy and polished README template for your projects!
Screenshots Β· Requirements Β· Architecture Β· Technologies Β· License

Read-My-README is a simple tidy README template loosely based on the Best-README-Template.

It is originally tailored to be used in Mobile Projects, but it can be easily customized to fit other different use cases.

Still Feeling Uninspired? Here are some samples that use this README-Style with certain customizations:

πŸ•ΉοΈ UI/UX πŸ•ΉοΈ

This section is all about detailing the UI/UX of your project, their themes and animations.

The animations and interactive content from this section should be placed inside of readme-assets/gifs.

Animation 1 Animation 2 Animation 3 Animation 4

(back to top)

πŸ“· Screenshots πŸ“·

Here you can add your projects's screenshots, reference the Design System used (Material / Cupertino / Custom) and the different UI Modes (Night / Dark).

The screenshots from this section should be placed inside of readme-assets/images

Screen 1 Screen 2 Screen 3
Screen 4 Screen 5 Screen 6

(back to top)

πŸ“ Requirements πŸ“

Here you can give instructions on how to set up your project locally: Installation, API keys, etc.

  1. Get a free API Key at https://example.com
  2. Clone the repo
git clone https://github.com/your_username_/Project-Name.git 
  1. Install NPM packages
npm install

Enter your API in config.js

const API_KEY = 'ENTER YOUR API';

(back to top)

πŸ›  Architecture πŸ› 

This section should comment the Architecture used in the project.

(back to top)

🦾 Technologies 🦾

This section should list any major frameworks/libraries used to bootstrap your project.

(back to top)

πŸͺΆ Author(s) πŸͺΆ

Your Name - @twitter_usernamme - [email protected]

Note: If there are many contributors, you might consider using:

(back to top)

πŸ“œ License πŸ“œ

MIT License

Copyright (c) 2023 Jonathan Areas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

(back to top)