Skip to content

Instantly share code, notes, and snippets.

@martensonbj
Created February 16, 2017 19:21
Show Gist options
  • Save martensonbj/6bf2ec2ed55f5be723415ea73c4557c4 to your computer and use it in GitHub Desktop.
Save martensonbj/6bf2ec2ed55f5be723415ea73c4557c4 to your computer and use it in GitHub Desktop.
Personal project README template

Project Name & Pitch

Example:

TweetWorld

An application used to filter data form Twitter based on user preference, built with React, Redux, JavaScript, and CSS.

Project Status

(only necessary if incomplete)

Example:

This project is currently in development. Users can filter tweets by username and keyword and see visual data representation. Functionality to sort by additional parameters is in progress.

Project Screen Shot(s)

Example:

[ PRETEND SCREEN SHOT IS HERE ]

[ PRETEND OTHER SCREEN SHOT IS HERE ]

Installation and Setup Instructions

Example:

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000/ideas

Reflection

  • What was the context for this project? (ie: was this a side project? was this for Turing? was this for an experiment?)
  • What did you set out to build?
  • Why was this project challenging and therefore a really good learning experience?
  • What were some unexpected obstacles?
  • What tools did you use to implement this project?
    • This might seem obvious because you are IN this codebase, but to all other humans now is the time to talk about why you chose webpack instead of create react app, or D3, or vanilla JS instead of a framework etc. Brag about your choices and justify them here.

Example:

This was a 3 week long project built during my third module at Turing School of Software and Design. Project goals included using technologies learned up until this point and familiarizing myself with documentation for new features.

Originally I wanted to build an application that allowed users to pull data from the Twitter API based on what they were interested in, such as 'most tagged users'. I started this process by using the create-react-app boilerplate, then adding react-router-4.0 and redux.

One of the main challenges I ran into was Authentication. This lead me to spend a few days on a research spike into OAuth, Auth0, and two-factor authentication using Firebase or other third parties. Due to project time constraints, I had to table authentication and focus more on data visualization from parts of the API that weren't restricted to authenticated users.

At the end of the day, the technologies implemented in this project are React, React-Router 4.0, Redux, LoDash, D3, and a significant amount of VanillaJS, JSX, and CSS. I chose to use the create-react-app boilerplate to minimize initial setup and invest more time in diving into weird technological rabbit holes. In the next iteration I plan on handrolling a webpack.config.js file to more fully understand the build process.

@remyguts
Copy link

I just googled example of good react project readme format haphazardly and this came up. This is great form, thank you!

@nathanielshuster
Copy link

I also googled "README template" and this was one of the first results. Nice work! I will definitely be implementing this into my projects. Thanks!

@chineduknight
Copy link

very nice looking to start creating proper read to my projects, not just the default stuff

@in43sh
Copy link

in43sh commented Jan 15, 2021

Nice job! Thanks a lot.

@KristinHuangg
Copy link

Thank you! Very helpful and simple

@RezaMaz
Copy link

RezaMaz commented Feb 22, 2021

Thanks a bunch, absolutely helpful.

@ZaidKhan144
Copy link

This is God's work. Thank you for this, Brenna 🥂

@biglovisa
Copy link

Wow, this is super helpful! Please keep producing more content like this <3

@aprildagonese
Copy link

Hallelujah!

@icorson3
Copy link

It's not hard to do God's work when you are God! Thanks for this!!!

@randysteele
Copy link

I am not great with readme files just yet and this was super helpful, thanks so much!

@row-star-134
Copy link

Follow this link -> Here I explained React code for Todolist and github link for same
https://debuggingsolution.blogspot.com/2021/04/todolist-project-react-js-for-beginner.html

@SaharMohsni
Copy link

thank you so much for your help

@ravee-in
Copy link

ravee-in commented Mar 7, 2022

Nice and simple example to present project.
Thanks! for the good content.

Visit : https://github.com/ravee-in/ for simple and easy to understand source codes for:

  • Text Utility React App
  • ToDoList
  • InstaCaption Writer
  • iNote - Notes on the cloud
  • Box Shadow Generator
  • Pixel Convertor for CSS

@oswhytecodes
Copy link

Thank you so much for this ;)))

@VelamPillai
Copy link

I was clueless to write readme.
This helped me.
Thanks a lot

@finlayLtd
Copy link

This helped me.
Thanks a lot

@Stynka
Copy link

Stynka commented Oct 31, 2022

I am only just starting to learn how to readme :) Great resource. Thank you!

@miloliveira
Copy link

Really useful resource! Thank you !!

@vigasselvan
Copy link

really useful one :)

@BK-KAVIYA
Copy link

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment